可以快速上手的开发文档
显而易见a="abc"typeofa//stringb=newString("abc")typeofb//objecta==b//truea===b//false但是为什么呢?看了很..