jsp页面中的有关字符集 这样 - 中国WEB开发者网络 (http://www.webasp.net) -- 技术教程 (http://www.webasp.net/article/) --- jsp页面中的有关字符集 这样 (http://www.webasp.net/article/7/6881.htm) |
| -- 作者:未知 -- 发布日期: 2003-07-26 |
| if(...){ response.setContentType("text/html; charset=gb2312"); } if(...){ response.setContentType("text/html; charset=big5"); } if(...){ response.setContentType("text/html; charset=ISO-859-1"); } |
| webasp.net |