摘要: 参考链接:http://blog.csdn.net/qq_26676207/article/details/53100912 http://www.ruanyifeng.com/blog/2014/03/undefined-vs-null.html http://www.tuicool.com/ar 阅读全文
posted @ 2017-01-07 17:49 土豆zhang 阅读(607) 评论(0) 推荐(0) 编辑
摘要: var arr = [];arr[0] = 'a';arr[1] = 'b';arr.foo = 'c';console.log(arr)console.log(arr.length); 阅读全文
posted @ 2017-01-07 17:08 土豆zhang 阅读(1595) 评论(0) 推荐(0) 编辑
摘要: 待补充 。。。。 参考链接: http://blog.csdn.net/formyqianduan/article/details/52118690 阅读全文
posted @ 2017-01-07 15:28 土豆zhang 阅读(467) 评论(0) 推荐(0) 编辑
摘要: this指向问题,谁调用它,它就指谁!!! 1、var foo = 1; function bar() { foo = 10; return; function foo() {} } bar(); alert(foo); A 1 B 10 C Function D undefined E Error 阅读全文
posted @ 2017-01-07 12:44 土豆zhang 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 24小时热水、24小时无线WiFi、24小时空调;有人陪你,不孤单,不寂寞,不瞎想,不停的传播正能量 阅读全文
posted @ 2017-01-07 12:43 土豆zhang 阅读(92) 评论(0) 推荐(0) 编辑