返回列表 發帖

Java 基礎架構與輸出入

本帖最後由 b790113g 於 2011-12-10 11:31 編輯 " d" g8 e" T* ^/ |8 K
  1. public class d1210 {

  2.         public static void main(String[] arg){
  3.        
  4.                 for(int i=0;i<arg.length;i++){
  5.                
  6.                         System.out.println(arg[i]);
  7.                        
  8.                 }
  9.                
  10.         }

  11. }
複製代碼
  1. public class d1210 {

  2.         public static void main(String[] arg){
  3.        
  4.                 try{
  5.                         System.out.println(arg[0]);
  6.                 }catch(Exception e){}
  7.                
  8.                 try{
  9.                         System.out.println(arg[1]);
  10.                 }catch(Exception e){}
  11.                
  12.         }

  13. }
複製代碼
d1210 處一定要跟檔名相同

  1. public class tom1210
  2. {
  3.     public static void main(String[]arg)
  4.         {
  5.                 for(int i=0;i<arg.length;i++)
  6.                 {
  7.                         System.out.println(arg[i]);
  8.                 }
  9.    
  10.     }


  11. }
複製代碼
水桶小鄭,鯰魚

TOP

  1. public class j1210{
  2.     public static void main(String[]arg){
  3.        
  4.         for(int i=0;i<arg.length;i++)
  5.         {
  6.        
  7.         System.out.println(arg[i]);
  8.        
  9.         }
  10.        
  11.        
  12.     }
  13. }
複製代碼
小雲雀

TOP

  1. public class j1 {
  2. public static void main(String[] args){
  3.         for(int i=0;i<args.length;i++){
  4.                 System.out.print("你好!");
  5.                 System.out.println(args[i]+",");
  6.                 System.out.println("我叫陳彥綸!");
  7.                 System.out.println("粉高興認識你!");
  8.                 System.out.println("bye-bye!");
  9.         }
  10. }
  11. }
複製代碼
陳彥綸

TOP

public class tom1210& x8 I# X( e" Q* r2 k
4 w2 o9 \; @& _( A- [" s4 s, m3 s
{3 ?* x4 Y" U5 q$ k

9 W% D3 ^2 K4 G5 N    public static void main(String[]arg)/ R$ Z! h5 o7 E
1 g1 A, \  x: w
        {
) l/ }6 N6 \+ a2 L; u! z. N/ \& Y& R. d3 k4 c3 P0 Q
                for(int i=0;i<arg.length;i++)* s9 }0 L- d" g9 J

6 J+ ]& l! F/ q, C. {5 t# I                {9 |# y0 f4 Y) N5 W. Y* r
0 \' ]2 ~7 [" H* N( ]) v( s: i
                        System.out.println(arg[i]);' i; u! X) M6 u. c3 }! W
5 I8 z5 k2 o& H  K1 U7 f3 W& P
                }/ X7 h4 U' @6 L: j" {1 ?3 v
& M2 s. J0 a/ }" c) s' [4 x
    & }  o# ~2 }) u9 u3 y% ^
1 e3 d6 i* H$ d4 Q
    }9 }' O- G6 }' |

8 g2 g; T' o& U( I; N( f
! ?2 y; @5 z6 X- ?) F; \0 p: P2 D1 a
; ^% ^$ ^8 y; U1 D. x, A
5 r* R9 `7 u4 W; `4 d; i% U
}
人平

TOP

返回列表