摘要: 例9.6 1 public class cjava { 2 public static void main(String[] args) { 3 Box b1=new Box(15,30,25); 4 System.out.println(b1.height); 5 Box b2=new Box(2 阅读全文
posted @ 2020-08-28 20:54 敲敲代代码码 阅读(129) 评论(0) 推荐(0) 编辑