摘要: (一):this 1:在javascript中this指的就是函数运行时所在的上下文(即函数的运行环境); var name = '张三'; var obj = { name: '法外狂徒', action: function () { console.log(this.name + '的行为!') 阅读全文
posted @ 2021-07-13 23:27 be_win 阅读(91) 评论(0) 推荐(0)