Love beautiful code? We do too.
Phương thức String toString() trong JavaScript trả về một chuỗi biểu diễn đối tượng đã xác định.
Cú pháp của nó như sau:
string.toString( )
Trả về giá trị
<html>
<head>
<title>JavaScript String toString() Method</title>
</head>
<body>
<script type="text/javascript">
var str = "Apples are round, and Apples are Juicy.";
document.write(str.toString( ));
</script>
</body>
</html>
Kết quả
Apples are round, and Apples are Juicy.
Hoclaptrinh.vn © 2017
From Coder With
Unpublished comment
Viết câu trả lời