最新回答 / coffeehyh
翻译过来就是移除属性,作用是移除元素的属性。例如,var a = document.getElementById("ID");a.removeAttribute("color");作用就是移除该元素的color属性。
2018-04-11