摘要: 源代码:package demo;import java.util.*;class How { public static int a=0; public How(){ a++; } public int getValue(){ return a; }}public class HowMany{... 阅读全文
posted @ 2015-10-19 16:34 ChanGeZ 阅读(151) 评论(0) 推荐(0)