摘要:
golang 面向对象 简单工厂模式 package simplefactory import "fmt" type API interface { Say(name string) string } func NewAPI() API { return &speakAPI{} } type spe 阅读全文
posted @ 2025-03-29 08:00
超级无敌美少男战士
阅读(13)
评论(0)
推荐(0)
浙公网安备 33010602011771号