摘要: var obj = { _uid: 1, text: '小王', change_text: function () { this.text = '老王' }, show_text: function () { alert(this.text) } } var o1 = obj; console.lo 阅读全文
posted @ 2018-12-01 14:57 Super-Yan 阅读(90) 评论(0) 推荐(0) 编辑