2009年2月3日 ... //5.0前的for迴圈寫法 for(int i = 0 ; i < a.length ; i++){ String temp = a[i]; System.out. print(temp + ", "); }
magicloren.blogspot.com