摘要: /* 泛型,好处多多的功能.不过这里最基本的就不打算说了,仅准备说一些 和C#不同的地方 */ /* 泛型接口 GenericIdentityFn 定义了方法的描述等 identity方法则是它的实现 myIdentntiy使用了GenericIdentityFn的规则而实现是identity */ interface GenericIdentityFn { (arg: T): T;... 阅读全文
posted @ 2017-01-07 22:57 liangshiwei 阅读(238) 评论(0) 推荐(0)