下面這樣獲取是空的,怎么才能獲取到?不用offsetWidth#div { width: 100px; height: 100px; background-color: red;
}
var div = document.getElementById('div')
console.log(div.style.width)
js 獲取元素的寬高為什么是空?
慕妹3242003
2018-11-13 11:42:43