把 HTML <TT> 标记放置在 String 对象中的文本两端。
strVariable.fixed( )
必选项 strVariable 参数为任意的 String 对象或文字。
说明
下面的示例说明了 fixed 方法如何工作:
var strVariable = "This is a string object";strVariable = strVariable.fixed( );
最后一条语句执行完后,strVariable 的值是:
<TT>This is a string object</TT>
不检查该标记是否已经被应用于该字符串了。
以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索string
, 对象
, object
, 方法
, 标记
Fixed
fixed函数的使用方法、fixed、position fixed、table layout fixed、position fixed 居中,以便于您获取更多的相关知识。
时间: 2024-11-03 19:36:43