java if 乱码
为什么会是乱码???好气哦!
public class HelloWorld {
public static void main(String[] args) {
int score = 94;
String sex = "女";
if(score>80){
if(String sex="女"){
System.out.println("进入" + sex + "子组决赛");
}
}
}
}
求老鸟看看有没有错
为什么会是乱码???好气哦!
public class HelloWorld {
public static void main(String[] args) {
int score = 94;
String sex = "女";
if(score>80){
if(String sex="女"){
System.out.println("进入" + sex + "子组决赛");
}
}
}
}
求老鸟看看有没有错
2017-05-04
举报