按課程代碼輸入后,顯示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>");
? ? } ?
? ??
? ? } ??
2016-01-31
換行標簽代碼中的2 要去掉。
2016-02-27
無法捕捉的IO拋出異常0.0