摘要: public class eee { int x; int y; public eee(int x0,int y0){ x=x0; y=y0; } public eee(){ } public String movePoint(int dx,int dy){ x+=dx; y+=dy; return 阅读全文
posted @ 2021-05-25 17:51 w-j 阅读(43) 评论(0) 推荐(0)