String是構造函數,而"string"是變量的一種類型
typeof String // "function" typeof string // "undefined" typeof "string" // "string"
String('xxx') 返回的是一個字符串。
String是構造函數,而"string"是變量的一種類型
typeof String // "function" typeof string // "undefined" typeof "string" // "string"
String('xxx') 返回的是一個字符串。
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。