摘要: package main import "fmt" type LittleBoy struct { name string age int32 } type Boy struct { name string age int32 } type Person interface { SayName() 阅读全文
posted @ 2022-04-15 15:11 雨V幕 阅读(42) 评论(0) 推荐(0) 编辑