String是構造函數,而"string"是變量的一種類型函數
typeof String // "function" typeof string // "undefined" typeof "string" // "string"
String('xxx') 返回的是一個字符串。spa