摘要:
http://www.mvnrepository.com/ 阅读全文
摘要:
Response 响应: 它能够响应: 1、输出html (out.print(……))客户端渲染这个html 2、输出一个跳转,提示客户端从新发出的1一个新的请求。 共同点:表现层jsp都是运行在服务端的 3、服务端response,输出JSON<纯数据>(out.print(……)),界面跟我们 阅读全文
摘要:
JSP的九大内置对象: 内置对象名 类型 request HttpServletRequest response HttpServletResponse config ServletConfig application ServletContext session HttpSession excep 阅读全文