this.init.bind(this)这种写法有没有api?
发布于 4 年前 作者 sungang 3840 次浏览 来自 问答

wx.createSelectorQuery()

.select('#canvas')

.fields({

node: true,

size: true,

})

.exec(this.init.bind(this))

回到顶部