摘要: #知识小点: 防止乱码的字符集的设置: request.setCharacterEncoding():确定从请求端发送到给服务器的编码是汉字字符集。该方法对get方法 无效,只对post方法有效。若要对get方法有效,则要在server.xml指定。 response.setCharacterEnc 阅读全文
posted @ 2019-02-04 15:47 贰零一八 阅读(156) 评论(0) 推荐(0)