获取DOM宽高,包括小数点

let h = document.getElementsByClassName('dobBox')[0].getBoundingClientRect().height

原文地址:https://www.cnblogs.com/wqing/p/13130573.html