摘要:
1. 访问 WebContent 目录下的 JSP 文件 在 WebContent 目录下的文件可以直接在浏览器中访问。新建一个 test.jsp 文件 访问结果: 2. 访问 Servlet 需要配置 web.xml 新建一个类并继承 HttpServlet 或直接新建一个 Servlet 在 w 阅读全文
posted @ 2018-08-01 23:08
Tracine0513
阅读(200)
评论(0)
推荐(0)