response.setContentType("text/html;charset=UTF-8");
这应该就可以了 我这么改了就可以显示中文了
这应该就可以了 我这么改了就可以显示中文了
2015-07-29
request.setAttribute("",""); // 键值对
request.getAttribute(""); // 属性对应键,获取属性对应值
request.getAttribute(""); // 属性对应键,获取属性对应值
2015-07-27