微信小程序组件中获取某个元素的信息

this.createSelectorQuery().in(this)
.selectAll('#one_top_msg')
.boundingClientRect()
.exec((res) =>{
          
  console.log('谢谢谢谢谢寻',res);
})

你可能感兴趣的:(微信小程序,前端)