返回列表 發帖
  1. public class QwQ
  2. {
  3.     public static void main(String args[])
  4.     {
  5.         if(args.length==0)
  6.         {
  7.             System.out.println("沒有資料");
  8.         }
  9.         else
  10.             for(int i=0;i<args.length;i++)
  11.             System.out.println(args[i]);
  12.     }
  13. }
複製代碼

TOP

返回列表