Topic: 请教,一段代码不太明白(有关continue的)

  Print this page

1.请教,一段代码不太明白(有关continue的) Copy to clipboard
Posted by: needd
Posted on: 2006-04-08 16:23

在java编程指南上看到的:
  public int readInt() {
    for(int i=0;i<5;i++){
      if(readToken()==tokenizer.TT_NUMBER){
        return (int)tokenizer.nval;
      }else{
        System.out.println("Incorrect input:"+tokenizer.sval);  
        continue; //这里continue要不要都无所谓吧?
      
      }
      
      
    }
    
      System.out.println("haha worong");
  System.exit(1);
  
  return 0;  
  }
}

2.Re:请教,一段代码不太明白(有关continue的) [Re: needd] Copy to clipboard
Posted by: zcjl
Posted on: 2006-04-08 18:51

needd wrote:

        continue; //这里continue要不要都无所谓吧?

是的

3.Re:请教,一段代码不太明白(有关continue的) [Re: needd] Copy to clipboard
Posted by: JavaandC
Posted on: 2006-04-10 08:46

确实,你这个程序中的 continue; 可以不用的。

4.Re:请教,一段代码不太明白(有关continue的) [Re: needd] Copy to clipboard
Posted by: tomcatexpert
Posted on: 2006-04-11 12:04

虽然在这个例子里有没有这Continue是没有区别的,但在下觉得有保留的必要,如果考虑以后有改动编码的可能的话.


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923