DOMElement { bool removeAttribute(string name);}
bool removeAttribute(string name);
Removes attribute named name from the element.
The name of the attribute.
如果成功则返回 TRUE,失败则返回 FALSE。
TRUE
FALSE
DOM_NO_MODIFICATION_ALLOWED_ERR
Raised if the node is readonly.