摘要: func (t *type) f() error { } 这里的(t *type)其实是类的成员的定义,type为struct类型, 写法很像扩展函数 可以在type类型实例中调用该方法 (type).f() 阅读全文
posted @ 2020-05-08 20:55 13B 阅读(3654) 评论(0) 推荐(0)
摘要: "IComparable、IComparer接口 相关接口介绍" 阅读全文
posted @ 2020-05-08 11:20 13B 阅读(163) 评论(0) 推荐(0)