<view>
<text class="title" id="jiedian">节点</text>
</view>
seldom(){
wx.createSelectorQuery()
.in(this)
.select('#jiedian')
.boundingClientRect()
.exec(function (rects) {
console.log(rects)
})
}
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号