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