删除头部元素的 style 属性:
删除属性前:
删除属性后:
?removeAttribute() 方法删除指定的属性
查看类似方法 removeAttributeNode() 。
所有主要浏览器都支持 removeAttribute() 方法
没有返回值。