private static int count = 0; public test(){ count ++; } public void getCount(){ System.out.println("Count: " + count); } } public class example{
確定! 回上一頁