比如:
.b{width:45px;}
<input id="a" class="b" value="c"/>
怎么得到 45
谢谢....
------解决方案--------------------
document.styleSheets[0].rules[0].style.width
------解决方案--------------------
document.getElementById("a").offsetWidth
试试
<?xmlversion="1.0"encoding="utf-8" ?>