js获取不到高度,js获取dom元素高度
js如何获取div高度js获取div高度auto 1、用clientHeight或offsetHeight。对于没有具体设置高度的元素,不能直接用height获取高度。clientHeight表示内容可见区域高度;offsetHeight不
这是关于 offsetHeight 标签的相关文章列表
js如何获取div高度js获取div高度auto 1、用clientHeight或offsetHeight。对于没有具体设置高度的元素,不能直接用height获取高度。clientHeight表示内容可见区域高度;offsetHeight不