删除属性
<div id="adiv" style="width:200px;height:30px;background-color:yellow">Some Div</div>
<script type="text/javascript">
//adiv now contains no style at all
document.getElementById("adiv").removeAttribute("style")
</script>
http://www.javascriptkit.com/dhtmltutors/domattribute.shtml