首页 > TAG信息列表 > distanceBodyAbove
判断元素是否将要出现在可视区域 ele.getBoundingClientRect().top
这种要实时监听.getBoundingClientRect().top <div></div> 1. 获取可视区域高度 height = document.body.offsetHeight 2. 获取元素距离浏览器 body 的 top border的距离 distanceBodyAbove = document.querySelector('div').getBoundingClientRect().top 如果height < distanceB