摘要: class test { set xx(v){ console.log('i am set'); this.__ok = v; } get xx(){ console.log('i am get'); return 100; } } function testFn(){ const y = new 阅读全文
posted @ 2018-09-14 11:47 王大鹏 阅读(141) 评论(0) 推荐(0) 编辑