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