摘要: interface ClockInterface { new (hour: number, minute: number): ClockInterface; } class MyArray1 <M>{ val: M; set(num: M){ this.val = num; } get(){ ret 阅读全文
posted @ 2017-05-07 21:30 五艺 阅读(177) 评论(0) 推荐(0) 编辑