首页
新闻
博问
专区
闪存
班级
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
MaLD
博客园
首页
新随笔
联系
订阅
管理
2021年5月
Java第十二次作业
摘要: 1. package homework; public class Point { int x; int y; public Point() { super(); } public Point(int x0, int y0) { super(); this.x = x0; this.y = y0;
阅读全文
posted @ 2021-05-24 22:05 MaLD
阅读(36)
评论(0)
推荐(0)
编辑