摘要: https://www.jianshu.com/p/c914ccd498e7 https://www.jianshu.com/p/1e08ee947c8e 阅读全文
posted @ 2019-07-08 22:36 以身为驴 阅读(176) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/libin-1/p/5903350.html 阅读全文
posted @ 2019-07-08 14:35 以身为驴 阅读(107) 评论(0) 推荐(0) 编辑
摘要: import和require异步同步问题 区别:https://www.cnblogs.com/sunshq/p/7922182.html 阅读全文
posted @ 2019-07-05 13:44 以身为驴 阅读(110) 评论(0) 推荐(0) 编辑
摘要: let isIOS = userAgent.toLowerCase().indexOf("like mac os x") > 0; //ios终端 if (isIOS) { //ios let regStr_saf = /os [\d._]*/gi; let verinfo = userAgent. 阅读全文
posted @ 2019-07-05 13:41 以身为驴 阅读(896) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/zh-CN/docs/Web/CSS/var 阅读全文
posted @ 2019-06-27 11:35 以身为驴 阅读(1498) 评论(0) 推荐(0) 编辑
摘要: Element.shadowRoot http://www.zhuyuntao.cn/shadow-dom的样式/ Shadow DOM的样式 我们已经可以使用原生的操作DOM的方式和使用模板的方式来创建Shadow DOM了,但是创建出来的毕竟只有HTML,是时候用CSS来修改下他们的样式了。 一 阅读全文
posted @ 2019-06-25 15:51 以身为驴 阅读(2310) 评论(1) 推荐(1) 编辑
摘要: node做中间层 阅读全文
posted @ 2019-06-22 21:43 以身为驴 阅读(217) 评论(0) 推荐(0) 编辑
摘要: animate.css:https://daneden.github.io/animate.css/ 阅读全文
posted @ 2019-06-19 10:29 以身为驴 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Airbnb JavaScript Style 阅读全文
posted @ 2019-06-18 17:28 以身为驴 阅读(221) 评论(0) 推荐(0) 编辑
摘要: canvas.toDataURL()和URL.createObjectURL() 阅读全文
posted @ 2019-06-18 16:40 以身为驴 阅读(680) 评论(0) 推荐(0) 编辑