摘要: const userInfo: any = undefined; class Test{ getName() { return userInfo.name; } getAge() { return userInfo.age; } } const test = new Test(); test.get 阅读全文
posted @ 2020-08-12 09:01 wzndkj 阅读(462) 评论(0) 推荐(0) 编辑