wx.getStorage中不能用this吗?发布于 8 年前作者 yang272095 次浏览最后编辑 8 年前来自 issues 用了wepy框架,怎么这里的wx.getStorage就能用this了?student我确实在data里定义过了,在其他地方是可以用this.student,但是为什么这里使用却提示student没有定义?