小程序獲取元素的一些屬性

let query = wx.createSelectorQuery() query.select('#canvas').boundingClientRect(res => { this.canvasWidth = Math.round(res.width) this.canvasHeight = Math.round(res.height)
相關文章
相關標籤/搜索