摘要: 简单工厂模式案例 pizza 的订购项目 public class OrderPizza { /*public OrderPizza() { Pizza pizza = null; String orderType; do { orderType = getType(); if (orderType 阅读全文
posted @ 2020-10-31 23:33 yongzhewuwei 阅读(71) 评论(0) 推荐(0) 编辑