$("div.test").css("cssText", "width:650px !important;");要想修改多个属性,可以这么做:$("div.test").css("cssText", "width:650px !important;overflow:hidden !important");