摘要: var uname = "window"; var object = { uname :"object", fun:function(){ console.log(this.uname); return function(){ console.log(this.uname); } } } objec 阅读全文
posted @ 2022-05-10 17:43 锦呀 阅读(35) 评论(0) 推荐(0)