javascript-------typeof
primitive type:undefined, number, string, boolean, null
typeof:(undefined)undefined, (12)number, ('1234')string, (true)boolean, (null)object
typeof:
Number:function
String:function
Boolean:function
Object:function
Array:function
reference type:
null instanceof Object
出处:http://cnblogs.com/daishuguang

浙公网安备 33010602011771号