摘要: js对象类型判断 js数据类型判断 检测原始值(typeof) 检测引用值(instanceof) 检测函数(typeof) 检测数组(Array.isArray + Object.prototype.toString.call(value) === '[object Array]' ) 检测属性(in 或 hasOwnProperty) 实例属性vs原型的属性vs静态属性 阅读全文
posted @ 2015-09-25 16:54 Alec-Yin 阅读(1874) 评论(0) 推荐(2) 编辑
更多前端博客,访问:http://lhyin.com