摘要: 1 今天写了 以点类Point及平面类Plane为基础设计圆类Circle 题目要求: 程序源代码: package Plane; public class Point { double x; double y; Point()//无参构造 { x=0; y=0; System.out.printl 阅读全文
posted @ 2020-07-16 18:06 我试试这个昵称好使不 阅读(149) 评论(0) 推荐(0)