** 数据类型 基本类型(单类型):除Object。 String、Number、boolean、null、undefined。 引用类型:object。包含的 function(Array), Date ,[], {} ** typeof() 1.boolean 2.number 3.string 4.function.5object 6.undefind 数组Array 为function 但是typeof({})typeof([])是Object