摘要: 代码整洁之道 第 6 章 对象和数据结构 6.2 数据、对象的反对称性 public class Square { public Point topLeft; public double side; } public class Rectangle { public Point topLeft; p 阅读全文
posted @ 2020-07-23 09:14 雨也绵绵 阅读(228) 评论(0) 推荐(0) 编辑