【基础】接口的理解

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编辑  收藏  举报