Re: [問題] 字串轉基本型態
※ 引述《abgne (abgne)》之銘言:
: 標題: Re: [問題] 字串轉基本型態
: 時間: Thu Feb 16 23:21:52 2006
:
: ※ 引述《eliang ()》之銘言:
: class temp {
: public static void main(String[] args) {
: String[] str = "323 398 98 42".split(" ");
: for(int i=0;i<str.length;i++){
: System.out.println("第"+(i+1)+"位數字是:"+str[i]);
: }
: }
: }
: 推 eliang:謝謝你! 不過如果數字間的空格數不固定的話,要怎麼辦 02/16 23:24
用標準表示式
String[] str = "323 398 98 42".split(" +");
--
Local
--
String temp="relax"; | Life just like programing
while(buringlife) String.forgot(temp); | to be right or wrong
while(sleeping) brain.setMemoryOut(); | need not to say
stack.push(life.running); | the complier will
stack.push(scouting.buck()); | answer your life
stack.push(bowling.pratice()); | Bone everything
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.138.240.60
討論串 (同標題文章)
完整討論串 (本文為第 3 之 3 篇):
1
1
java 近期熱門文章
PTT數位生活區 即時熱門文章