摘要: 扩展运算符 ... 1.数组的扩展运算符将一个数组转换成一个逗号分隔的参数序列 console.log(...[1,2,3]) //1,2,3 ['a', 'b',...[1,3]] //a,b,1,3 2.扩展运算用于函数调用 function push(a, arr){ a.push(...ar 阅读全文
posted @ 2017-11-09 19:23 幽竹小妖 阅读(1256) 评论(0) 推荐(0) 编辑
摘要: html: css: js: images: 利用绝对定位不写top默认和父级顶部对齐 阅读全文
posted @ 2017-11-09 16:05 幽竹小妖 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://segmentfault.com/a/1190000005898538?utm_source=tuicool&utm_medium=referral 转换工具 智图 isparta 判断浏览器支持webP 方法一: console.log(checkWebp()); // t 阅读全文
posted @ 2017-11-09 15:57 幽竹小妖 阅读(1757) 评论(0) 推荐(0) 编辑