日期:2014-05-17 浏览次数:20691 次
dom.setAttribute("style","width:10px;height:10px;border:solid 1px red;") ; IE中则必须使用style.cssT ext var dom=document.getElementById("name"); dom1.style.cssText = "width:10px;height:10px;border:solid 1px red;";