摘要: DOM位置属性 element.offsetWidth/Height属性 只与element这个元素本身有关,获取到元素本身的宽度和高度 获取的值:border+padding+width/height element.offsetTop/Left属性 这个属性获取的值和offsetParent有关 阅读全文
posted @ 2020-12-06 11:28 Mandy么么 阅读(77) 评论(0) 推荐(0)