1.typeof和Object.prototype.toString typeof是js里面判断变量类型的一种方法,但这种方法没有Object.prototype.toString准确,前者有6种判断结果,分别是function,string,number,object,undefined,boolean,后者有8中判断结果,分别是[object Function],[object Number],[object String],[object Object],[object Array],[o