摘要: 1、typeof null --object 语言bug,null instanceof Object false 2、不要代码块迷惑 3、var ary = [0,1,2]; ary[10] = 10; ary.filter(function(x){return x undefined})//ES 阅读全文
posted @ 2016-10-12 00:28 金兰 阅读(110) 评论(0) 推荐(0) 编辑