摘要: ,取得元素最终计算出的css 样式 var a = document.getElementById("content"); alert("style "+a.style.color); alert("css "+window.getComputedStyle(a).getPropertyValue( 阅读全文
posted @ 2017-03-24 17:38 善未易明 阅读(1482) 评论(0) 推荐(0)