摘要: 模拟get set function fun() { let pro; this.get = () =>{ //XXXX return pro } this.set = (value)=> { //xxxx pro = value } } let f=new fun() f.set(10) cons 阅读全文
posted @ 2018-07-06 12:04 富坚老贼 阅读(115) 评论(0) 推荐(0)