You should use the .offsetWidth
and .offsetHeight
properties.(您应该使用.offsetWidth
和.offsetHeight
属性。)
Note they belong to the element, not .style
.(请注意,它们属于元素,而不是.style
。)
var width = document.getElementById('foo').offsetWidth;
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…