標題:
TQC203 - 拆解字串
[打印本頁]
作者:
tonyh
時間:
2013-6-1 17:25
標題:
TQC203 - 拆解字串
本帖最後由 tonyh 於 2013-6-8 16:25 編輯
public class tqc203
{
public static void main(String args[])
{
if(args.length==1)
{
String str[]=args[0].split(",");
System.out.println("逗號隔開的字串個數共有: "+str.length);
for(int i=0; i<str.length; i++)
{
System.out.println((i+1)+"."+str[i]);
}
}else
{
System.out.println("參數錯誤!字串不得有空白或必須以逗號隔開!");
}
}
}
複製代碼
作者:
黃博鴻
時間:
2013-6-8 16:25
public class tqc203
{
public static void main(String args[])
{
if(args.length==1)
{
String a[]=args[0].split(",");
System.out.println("逗號隔開的字串個數有;"+a.length);
for(int i=0; i<a.length; i++)
{
System.out.println((i+1)+"."+a[i]);
}
}else
{
System.out.print("參數錯誤!字串中不得有空白或必須以逗號隔開!");
}
}
}
複製代碼
作者:
t2364705
時間:
2013-6-8 16:26
public class tqc203
{
public static void main(String args[])
{
if(args.length==1)
{
String a[]=args[0].split(",");
System.out.println("逗號隔開的字串個數共有: "+a.length);
for(int i=0; i<a.length; i++)
{
System.out.println((i+1)+"."+a[i]);
}
}else
{
System.out.print("參數錯誤!字串中不得有空白或必須以逗號隔開!");
}
}
}
複製代碼
作者:
t3742238
時間:
2013-6-8 16:29
public class tqc204
{
public static void main(String args[])
{
if(args.length==1)
{
String str[]=args[0].split(",");
System.out.println("逗號隔開的字串個數共有: "+str.length);
for(int i=0; i<str.length; i++)
{
System.out.println((i+1)+"."+str[i]);
}
}else
{
System.out.println("參數借誤!字串不得有空白或必須以逗號隔開!");
}
}
}
複製代碼
作者:
尤泓鈞
時間:
2013-6-8 16:41
public class tqc203
{
public static void main(String args[])
{
if(args.length==1)
{
String str[]=args[0].split(",");
System.out.println("逗號隔開的字串個數共有: "+str.length);
for(int i=0; i<str.length; i++)
{
System.out.println((i+1)+"."+str[i]);
}
}else
{
System.out.println("參數錯誤!字串不得有空白或必須以逗號隔開!");
}
}
}
複製代碼
作者:
劉漢文
時間:
2013-6-8 16:44
public class tqc203
{
public static void main(String args[])
{
if(args.length==1)
{
String str[]=args[0].split(",");
System.out.println("逗號隔開的字串個數共有: "+str.length);
for(int i=0; i<str.length; i++)
{
System.out.println((i+1)+"."+str[i]);
}
}else
{
System.out.println("參數錯誤!字串不得有空白或必須以逗號隔開!");
}
}
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2