Freshmeat
2015-07-14 11:14
function remov(){ var index = window.confirm("您确定要取消设置吗?"); if(index){ con.removeAttribute("style"); txt.removeAttribute("style"); three.removeAttribute("style"); } }
删除指定的属性,如果指定的属性存在默认值,那么调用 getAttribute() 方法返回默认值
JavaScript入门篇
739817 学习 · 9566 问题
相似问题