摘要: package 课堂4; public class Mycounter {private int a;public Mycounter(int a){this.a=a;}public Mycounter(){}public Mycounter increase(int x){this.a+=x;re 阅读全文
posted @ 2021-06-08 09:11 Zwyooo 阅读(45) 评论(0) 推荐(0)