摘要: public class Demo1 { double length; double width; public void getArea() { System.out.println(length * width); } public void getPer() { System.out.prin 阅读全文
posted @ 2020-04-21 12:34 EarlGary 阅读(244) 评论(0) 推荐(0)