2020年9月23日

Golang---基本类型(interface)

摘要: 摘要:今天我们来学习 Golang 中的 interface 类型。 Go 的 5 个关键点 interface 是一种类型 type Animal interface { SetName(string) GetName() string } 首先 interface 是一种类型,从它的定义中就可以 阅读全文

posted @ 2020-09-23 14:16 爱笑的张飞 阅读(4275) 评论(0) 推荐(0) 编辑

导航