10 2017 档案

摘要:window.number = 4var obj = { 'number': 4, 'tbl': (function(){ this.number *= 2; console.log(this.number) console.log("this == window? " + (this == window)) return function(){ this.numbe... 阅读全文
posted @ 2017-10-31 13:47 程序媛李李李李蕾 阅读(438) 评论(0) 推荐(0)
摘要:让提交日志更清楚明了。 阅读全文
posted @ 2017-10-24 11:08 程序媛李李李李蕾 阅读(66000) 评论(3) 推荐(1)
摘要:1、通过css的方式 *{ moz-user-select: -moz-none; -moz-user-select: none; -o-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -ms-user-sel 阅读全文
posted @ 2017-10-24 10:16 程序媛李李李李蕾 阅读(800) 评论(0) 推荐(0)
摘要:jquery 年代 vs 前端模块化 阅读全文
posted @ 2017-10-22 10:50 程序媛李李李李蕾 阅读(539) 评论(0) 推荐(1)
摘要:http://blog.csdn.net/helpzp2008/article/details/51507428 "no-alert": 0,//禁止使用alert confirm prompt"no-array-constructor": 2,//禁止使用数组构造器"no-bitwise": 0, 阅读全文
posted @ 2017-10-16 14:10 程序媛李李李李蕾 阅读(1706) 评论(0) 推荐(0)
摘要:http://www.jb51.net/article/68285.htm 工作中常常会创建一个函数来解决一些需求问题,以下是个人在工作中总结出来的创建函数20种方式,你知道多少? function sayHello(){ console.log('hello'); } function leave 阅读全文
posted @ 2017-10-13 20:00 程序媛李李李李蕾 阅读(467) 评论(0) 推荐(0)
摘要:相信大家都知道网上关于Javascript中数组去重的方法很多,这篇文章给大家总结Javascript中数组各种去重的方法,相信本文对大家学习和使用Javascript具有一定的参考借鉴价值,有需要的下面来一起看看。 阅读全文
posted @ 2017-10-09 20:12 程序媛李李李李蕾 阅读(365) 评论(0) 推荐(0)