sup 方法
时间:2007-12-27 来源:不详 作者:林子
将 HTML 的 <SUP> 标识放置到 String 对象中的文本两端。
本文来自织梦
strVariable.sup()
"String Literal".sup()
本文来自织梦
说明
下面的示例演示了 sup 方法是如何使用的: 织梦内容管理系统
var strVariable = "This is a string object";
strVariable = strVariable.sup();
内容来自dedecms
在执行上一条语句后 strVariable 的值为:
内容来自dedecms
<SUP>This is a string object</SUP>
内容来自dedecms
不检查该标识是否已应用于该字符串了。 dedecms.com
要求
版本 1
dedecms.com
请参阅
String 对象的方法 | String 对象的属性 | sub 方法 copyright dedecms
应用于: String 对象
copyright dedecms
上一篇:test 方法 下一篇:substring 方法
文章评论
共有位Admini5网友发表了评论 查看完整内容