网络异常,图片无法展示
|
function reloadAll() { // 这里使用了document,还真的和Creator不是太配合 var elements = document.querySelectorAll("link"); forEach.call(elements, function (el) { if (el.visited === true) { return; } updateCss(el); }); } module.exports=function(moduleId, options){ function update(){ reloadAll(); } } 复制代码
看来,还真得自己实现一套了。