为了账号安全,请及时绑定邮箱和手机立即绑定

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  ?

正在回答

1 回答

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

0 回复 有任何疑惑可以回复我~
#1

狂热爱好者 提问者

这个知道,想问的是 谁给while的true 和 false?
2015-01-27 回复 有任何疑惑可以回复我~
#2

康振宁 回复 狂热爱好者 提问者

看你代码中,是你自己写的while(true)啊
2015-01-27 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

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;

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信