日期:2014-05-16 浏览次数:20781 次
<style type="text/css"> #test{ width:400px; height:200px; background:#ffcccc; } </style> <div id="test"></div> <input type="button" value="click" onclick="alert(document.getElementById('test').style.width)" />