摘要: 实验过程 1. 写一个名为Rectangle的类表示矩形。其属性包括宽width、高height和颜色color,width和height都是double型的,而color则是String类型的。 package 面对对象Java开发程序设计; public class Rectangle { pu 阅读全文
posted @ 2019-09-20 20:41 加钱灬居士 阅读(112) 评论(0) 推荐(0)