摘要:
Servlet的响应过程:1,web 客户端向 Servlet容器发出http请求2,Servlet容器接收 客户端发来的请求3,创建一个 HttpRequest对象,将客户端发来的请求信息封装到这个对象中去4,创建一个 HttpResponse对象5,Servlet 调用HttpServlet 对... 阅读全文
posted @ 2015-08-20 16:41
FakerWang
阅读(209)
评论(0)
推荐(0)