摘要:
1、接口的定义 import "fmt" type Personer interface { SayHello() } type Student struct { } func (stu *Student)SayHello() { fmt.Println("老师好") } func main() { 阅读全文
posted @ 2022-04-18 21:48
无锡-小松
阅读(38)
评论(0)
推荐(0)
浙公网安备 33010602011771号