为了账号安全,请及时绑定邮箱和手机立即绑定

按课程代码输入后,显示Unhandled exception type IOException怎么办

   void prints2(JspWriter out) throws Exception

   {

    for(int m =1;m<=9;m++)

    {

    for(int n=m;n<=9;n++)

    {

    out.println(m+"X"+n+"="+(m*n));

    }

    out.println2("<br>");

    }  

    

    }   


正在回答

2 回答

换行标签代码中的2 要去掉。

0 回复 有任何疑惑可以回复我~
#1

MrSaber 提问者

非常感谢!
2016-03-18 回复 有任何疑惑可以回复我~

无法捕捉的IO抛出异常0.0

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

按课程代码输入后,显示Unhandled exception type IOException怎么办

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信