摘要: 原型链:undefined, number, string, boolean 属于简单的值类型,函数、数组、对象、null、new obj()都是引用类型。检测值类型用typeof x 即可,检测引用类型obj instanceof object 是否为true。 那你发现function 和 ob 阅读全文
posted @ 2017-08-25 19:28 瓦克linda 阅读(226) 评论(0) 推荐(0) 编辑