2017年11月5日

摘要: public class Counter { private int count; public Counter(){ count=0; } public int getCount(){ count++; return count; } public void setCount(int count) 阅读全文
posted @ 2017-11-05 18:05 哈哈呵 阅读(164) 评论(0) 推荐(0)

导航