Re: [問題] 字串轉基本型態

看板java作者 (骨頭)時間19年前 (2006/02/17 04:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
※ 引述《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
文章代碼(AID): #13zE5apt (java)
文章代碼(AID): #13zE5apt (java)