返回列表 發帖

Java 基礎架構與輸出入

本帖最後由 b790113g 於 2011-12-10 11:31 編輯
; Y; p* ?- i* @5 V
  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
4 |% |" k$ T- {# `" v4 t3 z& z( U* k" z, [0 s. {+ ]* O: f
{
) [7 Q2 S& ]% r: Q/ z
8 [) w: y& t( w$ I  {, E    public static void main(String[]arg): m5 j: y9 ?) q9 w
/ D: B5 [. s3 {/ |$ _/ s
        {  s* J/ p* W- A4 U6 c6 H
9 p6 @- e7 ]$ B3 j' g! j4 e
                for(int i=0;i<arg.length;i++)
# n9 K: Q+ n& Q8 p5 B# z$ g& B8 V; K! u. \
                {
* q8 X. K8 ^& Y" w9 [. [6 x9 j- L4 C8 x9 C2 Z% G+ e1 o) f9 G0 Y
                        System.out.println(arg[i]);6 t; \$ N- J6 @! D# d/ B
! n8 X! P4 f- F/ D# Q5 s; |* r
                }1 E6 w1 ^, m6 O

: r4 P6 X7 p/ ?! g# q, g    5 J! \, d& _3 {. J* H2 H" K

7 |2 w8 [! {& r; G5 _    }
4 n; A, h6 k6 `8 z
  {) A9 S. S( s) E, L  q$ k) {6 ^1 r  G/ A

$ |/ g2 S8 ]2 G0 O2 }3 A" r$ D6 `8 E

4 H7 N% K! R; v9 X5 W}
人平

TOP

返回列表