把 HTML TT 标记放置在 String 对象中的文本两端。
strVariable.fixed( )
必选项 strVariable 参数为任意的 String 对象或文字。
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/bianchengyuyan/)说明下面的示例说明了 fixed 方法如何工作:
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/bianchengyuyan/)var strVariable = "This is a string object";strVariable = strVariable.fixed( );
最后一条语句执行完后,strVariable 的值是:
TTThis is a string object/TT
不检查该标记是否已经被应用于该字符串了。