会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
巫小诗
博客园
首页
新随笔
联系
管理
订阅
2021年2月16日
GO语言接口
摘要: 声明一个接口 type Humaner interface{ SayHello() // 接口中的方法,定义的方法必须实现 } 声明一个结构体 type Human struct{ name string age int addr string } 实现 SayHello 方法 func (h *H
阅读全文
posted @ 2021-02-16 16:17 巫小诗
阅读(57)
评论(0)
推荐(0)
公告