下面这样获取是空的,怎么才能获取到?不用offsetWidth
#div { width: 100px; height: 100px; background-color: red; } var div = document.getElementById('div') console.log(div.style.width)
相关分类