javascript字符串对象和原始字符串类型有什么区别?什么时候使用高度向,什么时候用原始字符串类型
One is the object type. Another is the primitive type.
Object.prototype.toString.apply({})
返回"[object Object]"
Object.prototype.toString.apply({x:1})