网站首页 站内搜索

搜索结果

查询Tags标签: ImplementationProduct,共有 1条记录
  • c# 享元模式

    // See https://aka.ms/new-console-template for more information /*个人理解 工厂内先把对象准备好 然后根据参数去取对象*/ int val = 10; XiaoMiFactory miFactory = new(); ImplementationProduct product = miFactory.GetFlyweight("A"); if (product !=…

    2022/9/10 14:59:07 人评论 次浏览
扫一扫关注最新编程教程