摘要: 1 今天写了以点类设计三角类: 题目要求: 程序源代码: package Plane; public class Point { double x; double y; Point()//无参构造 { x=0; y=0; System.out.println("Point Constructor r 阅读全文
posted @ 2020-07-17 19:22 我试试这个昵称好使不 阅读(105) 评论(0) 推荐(0)