function type(boj){
return Object.prototype.toString.call(boj).slice(8,-1);}
type(1)//"Number"
type("abc")//"String"
为毛slice后面的取的是从8开始,8是虾米?
相关分类