当前位置: 首页 > 网络学院 > 客户端脚本教程 > JavaScript > JavaScript small() 方法
The small() method is used to display a string in a small font.
small()方法用于为一个字符串添加一个small格式
stringObject.small() |
In this example "Hello world!" will be displayed in a small font:
在本例中,我们将为”Hello world“添加一个small格式:
<script type="text/javascript"> var str="Hello world!" </script> |
small()
How to use small() to display a string in a small font.
如何用small()为一个字符串添加一个small格式