response.setCharacterEncoding("utf-8");//第一句,設置服務器端編碼 response.setContentType("text/html;charset=utf-8");//第二句,設置瀏覽器端解碼