typeof 可以判断:undefined,数值,字符串,布尔值,function

不能判断null,object,array

instanceof可以判断:对象