第一章:行为参数化
摘要:
1.1 应对不断变化的需求: 有一个 Apple 实体类: 构造测试数据: public static List<Apple> inventory = Arrays.asList(new Apple(80,"green"), new Apple(155, "green"), new Apple(12 阅读全文
posted @ 2018-06-02 23:22 changlezhong 阅读(656) 评论(0) 推荐(0) 编辑