web前端 html和jsp 乱码解决

huanghuang 2012-05-27

html乱码解决response.setContentType("text/html;charset=gbk");

response.setCharacterEncoding("iso-8859-1");

jsp乱码解决charset=gb2312

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

相关推荐