摘要: package week12; public class Point { int x; int y; public Point(int x0,int y0) { super(); this.x=x0; this.y=y0; } public Point() { super(); } public S 阅读全文
posted @ 2021-05-24 13:43 辛事成 阅读(59) 评论(0) 推荐(0)