JavaScript String 對象
toString()方法返回一個字符串(String)對象的值。
string.toString()
var str = "Hello World"; str.toString();
所有瀏覽器完全支持toString()方法: