#JAVASCRIPT内置的7种类型
1.null
2.undefined
3.boolean
4.number
5.object(除此之外其他基本。数组也是种特殊的对象)
6.symbol
7.string