标签:var object number nbsp define 函数 字符 new cti
typeof返回的是一个字符串
number,boolean,string,function(函数),object(NULL,数组,对象),undefined
instanceof返回值是一个布尔值
instanceof用于判断一个变量是否某个对象的实例,如var a=new Array();alert(a instanceof Array);会返回true
标签:var object number nbsp define 函数 字符 new cti
原文地址:http://www.cnblogs.com/qian-yu-qian-xun/p/5996193.html