web前端 html跟jsp 乱码解决

web前端 html和jsp乱码解决html乱码解决response.setContentType(text/htmlcharsetgbk)response.setC

web前端 html和jsp 乱码解决

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">