摘要:
<div class="none-box2-btn"> <div id="boxBtn1" class="none-box2-btn-son btnlight" onclick = "document.getElementById('boxBtn2').classList.remove('btnli 阅读全文
摘要:
解决思路:延时一点时间再去获取内容的高度 const oBox=document.getElementById("headbox"); setTimeout(function(){ console.log(oBox.scrollHeight) },100) 实战代码: <script> const 阅读全文