摘要: 1.this的指向(this 永远指向最后调用它的那个对象) var name = "windowsName"; function a() { var name = "Cherry"; console.log(this.name); // windowsName console.log("inner 阅读全文
posted @ 2021-01-27 13:55 Janni 阅读(100) 评论(0) 推荐(0)