本帖最後由 b790113g 於 2011-12-10 11:31 編輯
+ j0 f+ J- n3 M6 o$ G5 h* i- public class d1210 {
- public static void main(String[] arg){
-
- for(int i=0;i<arg.length;i++){
-
- System.out.println(arg[i]);
-
- }
-
- }
- }
複製代碼- public class d1210 {
- public static void main(String[] arg){
-
- try{
- System.out.println(arg[0]);
- }catch(Exception e){}
-
- try{
- System.out.println(arg[1]);
- }catch(Exception e){}
-
- }
- }
複製代碼 d1210 處一定要跟檔名相同 |