问答详情
源自:4-1 编程挑战

removeAttribute属性

function remov(){    var index = window.confirm("您确定要取消设置吗?");    if(index){        con.removeAttribute("style");        txt.removeAttribute("style");        three.removeAttribute("style");    } }

提问者:Freshmeat 2015-07-14 11:14

个回答

  • misses
    2015-07-26 19:38:40
    已采纳

    删除指定的属性,如果指定的属性存在默认值,那么调用 getAttribute() 方法返回默认值