摘要:
任务一.静态变量 1.源代码 class StaticDemo{ static int x; static int y; static public int getX() { return x; } static public void setX(int newX) { x=newX; } publ 阅读全文
posted @ 2017-10-22 15:39
此昵称已被使用
阅读(746)
评论(0)
推荐(0)
2017年10月22日