jsp java代码补全_jsp中写不了java代码。写就提示错误。

org.apache.jasper.JasperException:UnabletocompileclassforJSP:Anerroroccurredatline:50inthejspfile:/ay/a.jspDataOutcannotberesolved47:FileOutputStreamo=newFileOutputStream...

org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 50 in the jsp file: /ay/a.jsp

DataOut cannot be resolved

47: FileOutputStream o=new FileOutputStream(f,true);

48: for(int k=0;k

49: {

50: DataOut.writeUTF(name[k]);

51: DataOut.writeUTF(math[k]);

52: DataOut.writeUTF(english[k]);

53: }

依次java代码都提示错误

提示错误。是不是环境没有弄好的事呀。

在下面的表格输入成绩:
姓名数学英语

int i=0;

while(i<=5)

{

out.println("

");

out.println("

");

out.println("");

out.println("

");

out.println("

");

out.println("");

out.println("

");

out.println("

");

out.println("");

out.println("

");

out.println("

");

i++;

}

%>

String name[]=request.getParameterValues("name");

String math[]=request.getParameterValues("math");

String english[]=request.getParameterValues("english");

try

{

File f=new File("e:/student.txt");

FileOutputStream o=new FileOutputStream(f,true);

for(int k=0;k

{

DataOut.writeUTF(name[k]);

DataOut.writeUTF(math[k]);

DataOut.writeUTF(english[k]);

}

DataOut.close();

o.close();

}

catch(IOException e)

{

}

catch(NullPointerException ee)

{

}

%>


查看成绩

这个是源代码。

展开

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值