摘要: 类 const name = 'Joe'; enum Color { 'Yellow' = 1, 'Red' } const bgColor = Color.Red; function Demo(k: {}) { return 'ok'; } const someValue: {} = 'This 阅读全文
posted @ 2017-09-01 14:58 joe_ice 阅读(163) 评论(0) 推荐(0)