this.init.bind(this)这种写法有没有api?

发布于 6 年前作者 sungang4161 次浏览最后编辑 6 年前来自 ask

wx.createSelectorQuery()

.select('#canvas')

.fields({

node: true,

size: true,

})

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

1 回复