📅  最后修改于: 2022-03-11 15:02:29.205000             🧑  作者: Mango
var div = document.getElementById("myDiv");
var rect = div.getBoundingClientRect();
x = rect.left;
y = rect.top;
w = rect.width;
h = rect.height;