var path = document.getElementsByTagName("path");
(function fillCss(){ for(var i in path){
path[i].setAttribute("fill","none");
path[i].setAttribute("stroke","black");
path[i].setAttribute("stroke-width","0.5");
}
})();样式被执行但是报错:
Uncaught TypeError: path[i].setAttribute is not a function(…)
海绵宝宝撒
慕的地6264312
随时随地看视频慕课网APP
相关分类