作者TonyQ (骨头)
站内java
标题Re: [问题] 字串转基本型态
时间Fri Feb 17 04:34:42 2006
※ 引述《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