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