<div><a id="link" style="position:fixed !important;
bottom:0px !important;
right:0px !important;
color:#000000 !important;font:10pt Arial !important">press me</a>
</div>
为了将该 div 块更改为
<div><a id="link" style="position:fixed !important;
bottom:0px !important;
left:100px !important;
color:#000 !important;font:10pt Arial !important">press me</a>
</div>
(只有左边的属性不同),我试试这个
- 删除样式的所有属性
($'#link').RemoveAttr('style');
- 我想添加样式的属性,但似乎没有这样的 AddAttr 存在。