怪奇物语

怪奇物语

首页 新随笔 联系 管理

2025年3月29日 #

摘要: 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)