gpt4 book ai didi

Java IO 与 While 和 If 语句

转载 作者:行者123 更新时间:2023-12-01 11:52:10 25 4
gpt4 key购买 nike

我想用英语和西类牙语两种语言打印内容,但是一旦我输入了 If 语句,我就没有得到任何输出。如果没有语句,我会混淆输出。.请在这方面给我建议。我应该放在哪里if 语句准确吗?

Iterator i= selectedDues.iterator();
pf.write("<div id=\"div1\">\n");
System.out.println("D Count :"+ selectedDues.size());
System.out.println("AppLanguage:" +AppLanguage);

while (i.hasNext()){

if(AppLanguage.equals("English")) {
Dues d=(Dues) i.next();
pf.write("<para>\n");
pf.write("<p>");
pf.write("<br/>");
pf.write("<p>"+ d.getIndustry().getLanguage());
pf.write("<p>"+d.getIndustry().getApplicantName()+"<br/>");
pf.write("<p>"+d.getIndustry().getAppAddress()+"<br/>");
pf.write("<p>"+d.getIndustry().getAppAddLine1()+"<br/>");
pf.write("<p>"+d.getIndustry().getAppAddLine2()+"<br/>");
pf.write("<br/>");

pf.write("<br/>");
pf.write("</p>\n");
pf.write("</para>\n");

}
}
else {
System.out.println("Hello World");
}
pf.write("</div>\n");

pf.write("</body>\n");
pf.write("</html>\n");
pf.flush();
pf.close();

}catch (Exception e){
e.printStackTrace();
}

最佳答案

看起来 if 语句后有一个额外的结束语 }

关于Java IO 与 While 和 If 语句,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28710535/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com