240 发简信
IP属地:四川
  • 简单工厂模式(java)

    1.提出问题:设计一个简单的计算器功能。 原始版本: 定义减法 private final static String ADD = "+"; public static vo...