var rect = $(‘.CalendarColumn‘).get(0).getBoundingClientRect();
$(‘.CalendarColumn‘).get(0).getBoundingClientRect()
ClientRect {height: 73, width: 191, left: 45, bottom: 212, right: 236…}
bottom: 212
height: 73
left: 45
right: 236
top: 139
width: 191
时间: 2024-10-05 05:04:57