bold 方法
时间:2007-12-27 来源:不详 作者:林子
把 HTML <B> 标记放置在 String 对象中的文本两端。 dedecms.com
strVariable.bold()
织梦好,好织梦
必选项 strVariable 参数可以是任意的 String 对象或文字。
织梦好,好织梦
说明
下面的示例说明了 bold 方法是如何工作的:
织梦好,好织梦
var strVariable = "This is a string object"; strVariable = strVariable.bold();
本文来自织梦
最后一条语句执行完后,strVariable 的值是:
织梦好,好织梦
<B>This is a string object</B>
copyright dedecms
不检查该标记是否已经被应用于该字符串了。
本文来自织梦
文章评论
共有位Admini5网友发表了评论 查看完整内容