<!DOCTYPE html>charset="utf-8"W3Cschool教程(w3cschool.cn)style="color:red"Hello Worldid="demo"点击下面的按钮删除上面的标题样式属性节点onclick="myFunction()"点我function myFunction(){var n=document.getElementsByTagName("H1")[0];var a=n.getAttributeNode("style");n.removeAttributeNode(a);};Internet Explorer不支持removeAttribute方法。