会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
猫了个咪的
博客园
首页
管理
2021年1月2日
程序设计模式(C#代码)----制造模式
摘要: using System; namespace 建造者模式 { class Program { static void Main(string[] args) { TeaBuilder teaBuilder = new TeaBuilder(); teaBuilder.addNameType("珍珠
阅读全文
posted @ 2021-01-02 16:20 LKGAME
阅读(101)
评论(0)
推荐(0)