当前位置: 首页 > 网络学院 > 客户端脚本教程 > JavaScript > JavaScript sup() 方法
The sup() method is used to display a string as superscript.
sup()方法用于将字符串转换为上标注释
stringObject.sup() |
In this example "Hello world!" will be displayed in superscript:
在本例中,"Hello world!"将被转换为上标注释输出:
<script type="text/javascript"> var str="Hello world!" </script> |
sup()
How to use sup() to display a string in superscript.
如何用sup()将字符串转换为上标注释