可以使用wx.createSelectorQuery对DOM进行操作。wx.createSelectorQuery().selectAll('.npl-intro').boundingClientRect(function (rect) { console.log(rect[0].height) console.log(rect[0].width) }).exec() 具体请查看createSelectorQuery官方文档
可以使用wx.createSelectorQuery对DOM进行操作。
具体请查看createSelectorQuery官方文档