摘要: 不放在data的变量的赋值使用 问题 为什么再onLoad函数中定义的this.aa= 1,在另外一个被onLoad调用的函数中重新赋值(this.aa = 2)后,在onLoad中输出还是aa =1 OnLoad(){ this.aa = 1 this.write() //调用 console.l 阅读全文
posted @ 2022-08-05 20:43 莐亓 阅读(136) 评论(0) 推荐(0)