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





