系统有问题,我在虚拟机运行出准确的答案,然,不能提交答案 System.out.println("a等于b:" + (a == b)); System.out.println("a大于b:" + (a > b)); System.out.println("a小于等于b:" + (a <= b)); System.out.println("str1等于str2:" + (str1 == str2)); } }
我也把你的代码运行了一遍,确实没问题。而且系统有时候就是会出现bug,所以你在别的地方运行对了就行,不必放在心上。
我的跟你一样 IDE上运行完全没问题的基础上
还是显示
再试试
这个系统有些问题, 我试过你的程序没有问题。
a,b变量定义了么?