黑马程序员技术交流社区
标题:
过来看看这是什么问题
[打印本页]
作者:
itheima_casper
时间:
2015-10-16 21:28
标题:
过来看看这是什么问题
public static void main(String[] args) throws InterruptedException, IOException {
BufferedReader bfr = new BufferedReader(new InputStreamReader(System.in));
String line = null;
while((line = bfr.readLine())!="a"){
System.out.println(line);
}
}
复制代码
输入a为什么程序不停止呢
作者:
itheima_casper
时间:
2015-10-16 21:33
好吧,我知道了,字符串 == 字符串,比较引用地址了 用equals
作者:
shuide
时间:
2015-10-16 21:45
为什么程序不停止呢
作者:
shuide
时间:
2015-10-16 21:49
为什么程序不停止呢
作者:
田策
时间:
2015-10-16 23:19
相互学习一下!!!!
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2