Loading

摘要: why demo: const name = "foo"; const obj = { name: "bar", say: function () { console.log(this.name); }, }; obj.say(); // output: bar // this => obj con 阅读全文
posted @ 2022-03-05 17:03 shanejix 阅读(74) 评论(0) 推荐(0)