jsp页面中的有关字符集 这样

if(...){
response.setContentType("text/html; charset=gb2312");
}
if(...){
response.setContentType("text/html; charset=big5");
}
if(...){
response.setContentType("text/html; charset=ISO-859-1");