变成把border移除 怎么弄 谢谢
document.getElementById("aaa").style.removeProperty('border');
jquery css 操作http://api.jquery.com/css/
重新设置新的CSS值
变成
function removeCss(){document.getElementById("t").style="color:red";}