Microsoft(R) JScript(R) fixed 方法 |
语言参考 版本 1 |
把 HTML <TT> 标记放置在 String 对象中的文本两端。
strVariable.fixed( )
"String Literal".fixed( )
下面的示例说明了 fixed 方法如何工作:最后一条语句执行完后,strVariable 的值是:var strVariable = "This is a string object"; strVariable = strVariable.fixed( );不检查该标记是否已经被应用于该字符串了。<TT>This is a string object</TT>