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

发表于:2007-07-01来源:作者:点击数: 标签:
if(...){
response.setContentType("text/html; charset=gb2312");
}
if(...){
response.setContentType("text/html; charset=big5");
}
if(...){
response.setContentType("text/html; charset=ISO-859-1");

原文转自:http://www.ltesting.net