/** * @description 获取对象信息: * bottom: 208 * height: 200 (老版本IE不兼容) * width: 200 (老版本IE不兼容) * left: 8 * right: 208 * top: 8 * x: 8 * y: 8 * @returns */ var div = document.getElementById("div");
console.log(div.getBoundingClientRect());
原文地址:https://www.cnblogs.com/M87-A/p/11166546.html
时间: 2024-10-31 19:05:34