摘要: 现在假设我们有一个矩形类Rectangle public class Rectangle { private int length; private int width; public Rectangle(int length, int width) { this.length = length; 阅读全文
posted @ 2019-08-03 10:34 印记XP 阅读(119) 评论(0) 推荐(0)