代码如下:
class test {
public static void main(String[] args) {
int x = 0;
if (x = 6) {
System.out.println("Right!");
} else {
System.out.println("Wrong....");
}
}
}
它表示错误发生在x =6。同样,如果您无法确定它是Java。