最佳答案
如果我在 html 中有以下内容:
<div style="height:300px; width:300px; background-color:#ffffff;"></div>
这是我的 CSS 样式表:
div {
width:100px;
height:100px;
background-color:#000000;
}
有没有办法,用 javascript/jquery,删除所有的内联样式,只留下 CSS 样式表指定的样式?