摘要:
go代码: package main import "fmt" type Animal interface { run() walk() } type Dog struct { Id int } func (dog Dog) run() { fmt.Printf("I am Dog,I can Ru 阅读全文
posted @ 2020-12-09 20:26
一骑红尘妃子笑!
阅读(930)
评论(0)
推荐(0)
浙公网安备 33010602011771号