char c = '0'; int i = 0; System.out.println(c == i);
为什么这总是返回false?
java if-statement
if-statement ×1
java ×1