摘要: package main import "fmt" type tester interface { test() string() string } type data struct { } func (*data) test() { fmt.Println("call test") } func 阅读全文
posted @ 2025-03-10 10:30 仁义礼智信的 阅读(27) 评论(0) 推荐(0)