随笔分类 -  ES6

摘要:Demo1:function loadCss(css) { css.forEach((path)=>{ console.log($('', { rel: 'stylesheet', type: 'text/css', href: path })); }); } loadCss(['/css/mobile/ma... 阅读全文
posted @ 2017-12-27 16:59 hoey94 阅读(441) 评论(0) 推荐(0)