摘要: 1 class ClassWithGetSet { 2 #msg = 'hello world'; 3 get msg() { 4 // return this.#msg; 5 return this.#msg.replace(/w[a-z]+/,'jackal'); 6 } 7 set msg(x 阅读全文
posted @ 2020-09-24 11:15 强者之途 阅读(1060) 评论(0) 推荐(0) 编辑
/* 看板娘 */