JS数据类型
基本类型:String、Number、boolean、null、undefined
引用类型:object,里面包含的 function、Array、Date。
ES6 中新增了一种 Symbol