问答详情
源自:1-9 经验总结

while(true){ System.out.println("输入命令:1-按照名称查找图书;2-按照序号查找图书"); String book; try{ int command=intputCommand(); switch(command) { case 1: book=getbookbyname(books);//getbookbyname是什么?方法 词组 System.out.println("book:"+book); break;

while(true)    try   什么语法啊,哪里有 true  or false  ?

提问者:狂热爱好者 2015-01-26 18:41

个回答

  • 康振宁
    2015-01-27 09:36:00

    while(表达式)中的条件表达式类型必须为boolean型,try-catch是捕获异常前面有讲啊