js 数据类型 6大类:object ,undefined,boolean,string,number,null,但是有时候我们经常要更准确的判断,比如,是数组,还是单例。。。
那么就用apply吧,用法就是利用toString.apply(),来判断。