摘要: 1. package zy; public class test1 { int x; int y; test1() { } test1(int x0, int y0) { this.x = x0; this.y = y0; } public void movePoint(int dx, int dy 阅读全文
posted @ 2021-05-23 23:23 藜莂 阅读(59) 评论(0) 推荐(0) 编辑