Love beautiful code? We do too.
String sup() trong JavaScript Làm một chuỗi hiển thị ở dạng chỉ số trên như khi nó trong một thẻ <sup>
.
Cú pháp của nó như sau:
string.sup( )
Trả về giá trị
<sup>
.<html>
<head>
<title>JavaScript String sup() Method</title>
</head>
<body>
<script type="text/javascript">
var str = new String("Hello world");
alert(str.sup());
</script>
</body>
</html>
Kết quả
Hello world
Hoclaptrinh.vn © 2017
From Coder With
Unpublished comment
Viết câu trả lời