比如你想他最终的style为color:red的话
你直接写
$("#msg5 .syzx >span:first").attr("style",{"color":"red"})
如果完全不要就可以使用$("#msg5 .syzx >span:first").removeAttr("style")
或者写成$("#msg5 .syzx >span:first").attr("style",“”)
如果你想移除指定的样式的话你完全可以重新设置他的样式
比如你想他最终的style为color:red的话
你直接写
$("#msg5
.syzx
>
span:first").attr("style",{"color":"red"})
如果完全不要就可以使用$("#msg5
.syzx
>
span:first").removeattr("style")
或者写成$("#msg5
.syzx
>
span:first").attr("style",“”)
使用jquery删除css属性,一般使用jquery删除标签属性方法removeAttr('style')如果你的css是写在class中的,你需要将class移除,可以使用移除class方法,removeClass()