Glame

2021年5月25日 #

第十二次Java作业

摘要: package Zh123; public class Point { int x; int y; public Point(int x0, int y0) { x = x0; y = y0; } public Point() { } public String movePoint(int dx, 阅读全文

posted @ 2021-05-25 17:57 Glame 阅读(45) 评论(0) 推荐(0) 编辑

导航