conn.close(); //关闭连接对象 } catch(Exception e){ out.print(e.getMessage()); } %>
12、编写简单的Servlet程序,通过index.jsp页面从文框框输入圆的半径,提交后由Servlet中的circleArea.java处理求出圆面积,并转回index.jsp输出结果。 【index.jsp】
conn.close(); //关闭连接对象 } catch(Exception e){ out.print(e.getMessage()); } %>
12、编写简单的Servlet程序,通过index.jsp页面从文框框输入圆的半径,提交后由Servlet中的circleArea.java处理求出圆面积,并转回index.jsp输出结果。 【index.jsp】