JavaScript String fixed() 方法
JavaScript String fixed() 方法用于把字符串显示为打字机字体
返回值为加了 <tt> 标签的字符串, 如下所示
string
<tt>string</tt>
浏览器支持
支持 | 支持 | 支持 | 支持 | 支持 |
语法
string.fixed()
范例
以打字机文本显示字符串
var str = "Hello world!"; document.write(str.fixed());
JavaScript String fixed() 方法用于把字符串显示为打字机字体
返回值为加了 <tt> 标签的字符串, 如下所示
string
<tt>string</tt>
支持 | 支持 | 支持 | 支持 | 支持 |
string.fixed()
以打字机文本显示字符串
var str = "Hello world!"; document.write(str.fixed());
♥ 简单教程,简单编程 - IT 入门首选站
Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.