摘要: this.color = 'red' ? 'blue' : 'red' this.color永远为 'red,因为'red' ? 'blue' : 'red'永远为‘red’ this.color = this.color 'red' ? 'blue' : 'red' this.color会根据& 阅读全文
posted @ 2021-07-04 16:44 绣幕 阅读(57) 评论(0) 推荐(0) 编辑