$("#show").removeAttr("style"); //ie,ff均支持 $("#show").attr("style",""); //ff支持,ie不支持
$("p:first").removeClass("intro");
本文共 174 字,大约阅读时间需要 1 分钟。
$("#show").removeAttr("style"); //ie,ff均支持 $("#show").attr("style",""); //ff支持,ie不支持
$("p:first").removeClass("intro");
转载于:https://www.cnblogs.com/sprinng/p/4988866.html