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