方法1
removeAttr()从匹配元素中移除style属性将该函数的参数值设置为“style”
element.removeAttr(“style”)
方法2
attr()将style属性的值设置为空
element.attr(“style”,“”)
方法1
removeAttr()从匹配元素中移除style属性将该函数的参数值设置为“style”
element.removeAttr(“style”)
方法2
attr()将style属性的值设置为空
element.attr(“style”,“”)