标签:获取 client width 对象 des 老版本 ret ott console
/**
* @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());
标签:获取 client width 对象 des 老版本 ret ott console
原文地址:https://www.cnblogs.com/M87-A/p/11166546.html