摘要: pop,push,reverse,shift,sort,splice,unshift 会改变原数组 join,concat,indexOf,lastIndexOf,slice,toString 不会改变原数组 map,filter,some,every,reduce,forEach这些迭代方法不会改 阅读全文
posted @ 2017-11-29 11:37 adouwt 阅读(297) 评论(0) 推荐(0) 编辑
摘要: viewport 通用模版: 参考:http://www.qdfuns.com/notes/48206/d69581dd876539fb47ff750cd8cccb00.html 阅读全文
posted @ 2017-11-29 10:23 adouwt 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 1.模糊遮罩效率,模糊滤镜效果 -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); filter: blur(3px); 2.渐变 background:-mo 阅读全文
posted @ 2017-11-29 10:10 adouwt 阅读(150) 评论(0) 推荐(0) 编辑