摘要: 1. package jv;public class zuoye { int x; int y; Point() { } Point(int x0, int y0) { this.x = x0; this.y = y0; } public void movePoint(int dx, int dy) 阅读全文
posted @ 2020-04-30 12:15 ahuhah 阅读(135) 评论(0) 推荐(0) 编辑