随笔分类 - Servlet
摘要:1. 目的: 将提升Servlet的处理请求的能力,而不只限于doGet()/doPost()等请求。 让其Servlet能够自己根据请求,从而触发相应的方法进行处理。2. 具体代码实现:import java.io.IOException;import java.lang.reflect.Me...
阅读全文
摘要:1 package cn.web.servlet; 2 3 import java.io.UnsupportedEncodingException; 4 5 import javax.servlet.http.HttpServletRequest; 6 import javax.servlet...
阅读全文

浙公网安备 33010602011771号