fontsize() 方法用于按照指定的尺寸来显示字符串。
stringObject.fontsize(size)
注释:size 参数必须是从 1 至 7 的数字。
在本例中,"Hello world!" 将显示为大号字:
<script type="text/javascript"> var str="Hello world!" document.write(str.fontsize(7)) </script>
如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛
Powered by 365建站网 RSS地图 HTML地图
copyright © 2013-2024 版权所有 鄂ICP备17013400号