当前位置: 首页 > 网络学院 > 客户端脚本教程 > JavaScript > JavaScript big()方法
The big() method is used to display a string in a big font.
big()方法可将字符串以大一号的形式显示出来
stringObject.big() |
In this example "Hello world!" will be displayed in a big font:
在这个举例中"Hello world"将以大号字体显示:
<script type="text/javascript"> var str="Hello world!" </script> |
big()
How to use big() to display a string in a big font.
怎样使用big()方法将字符串以大一号的形式显示出来