out.println(i + "*" + j + "=" + (i * j) + " ");out.println("<br>");//追加换行标签都报错:out cannot be resolved
试一下重装JDK。可能是你的JDK出问题了