摘要: 困扰了两个小时、定位问题不准确 // Servlet 接收中文参数不乱码 String 变量名= new String(request.getParameter("参数名").getBytes("iso 8859 1"), "utf 8"); // 请求和响应编码设置 request.setChar 阅读全文
posted @ 2019-02-21 08:59 阿星爱code 阅读(98) 评论(0) 推荐(0)