摘要: package u13; class Coordinates { private int x; private int y; public Coordinates(int x, int y) { this.x = x; this.y = y; } public int getX() { return 阅读全文
posted @ 2021-10-20 17:15 yasai 阅读(25) 评论(0) 推荐(0) 编辑