摘要: 1 今天写了 题目要求: 程序源代码: package Point; public class Point { double x; double y; Point()//有参构造 { x=0; y=0; System.out.println("Point Constructor run"); } P 阅读全文
posted @ 2020-07-13 10:16 我试试这个昵称好使不 阅读(93) 评论(0) 推荐(0)