摘要:
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
阅读(1891)
评论(0)
推荐(2)

浙公网安备 33010602011771号