Loading

摘要: 每日3题 34 以下代码执行后,控制台中的输出内容为? const num = { a: 10, add() { return this.a + 2; }, reduce: () => this.a - 2, }; console.log(num.add()); console.log(num.re 阅读全文
posted @ 2022-09-13 14:49 程序员既明 阅读(96) 评论(0) 推荐(0) 编辑