JScript 方法 - fontsize 方法
点击次数:25 次 发布日期:2008-11-26 19:43:41 作者:源代码网
|
strVariable.fontsize(intSize) 参数 必选项。任意的 String 对象或文字。 intSize 必选项。用来指定文本大小的整数值。 说明 var strVariable = "This is a string"; <FONT SIZE="-1">This is a string</FONT> 不检查该标记是否已经被应用于该字符串了。 要求 |
