Servlet中文显示问号解决方法

public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("text/html;charset=gb2312");////在PrintWriter前面有效果 P
相关文章
相关标签/搜索