间接上代码 // 若为非自定义组件则能够省略:in();反之则必须应用 const query = wx.createSelectorQuery().in(this); query.selectAll('.content').boundingClientRect(function (res) {console.log(res); }).exec();