摘要: 1.offset系列 // offset 系列 var father = document.querySelector('.father'); var son = document.querySelector('.son'); // 1.可以得到元素的偏移 位置 返回的不带单位的数值 console 阅读全文
posted @ 2020-05-09 22:50 Dokom 阅读(237) 评论(1) 推荐(0)