JavaScript 字符串 small()
描述
String small() 在 JavaScript 中已弃用。
避免使用它。
它可能随时停止在您的浏览器中工作。
The small()
方法返回一个包含在 <small> 标签中的字符串
<small>string</small>
语法
string.small()
参数
无 |
返回值
一个包含在 <small> 标签中的字符串。 |
❮ JavaScript 字符串参考
String small() 在 JavaScript 中已弃用。
避免使用它。
它可能随时停止在您的浏览器中工作。
The small()
方法返回一个包含在 <small> 标签中的字符串
<small>string</small>
string.small()
无 |
一个包含在 <small> 标签中的字符串。 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]