private static int count = 0; public test(){ count ++; } public void getCount(){ System.out.println("Count: " + count); } } public class example{ ... <看更多>
Search
Search
private static int count = 0; public test(){ count ++; } public void getCount(){ System.out.println("Count: " + count); } } public class example{ ... <看更多>