BlogJava 联系 聚合 管理  

Blog Stats

文章分类

文章档案

Java


OnTrip

如果想飞得高,就该把地平线忘掉


更改
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>

<%@ page language="java" contentType="text/html; charset=GB2312"
    pageEncoding="GB2312"%>


如果改为
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="GB2312"%>
可以保存,但是输出的汉字是乱码
posted on 2007-06-16 00:16 旅途 阅读(2420) 评论(2)  编辑  收藏 所属分类: JSP

评论

# re: some characters cannot be mapped using "ISO-8859-1" 2008-09-30 17:05
谢谢!解决了我的问题!哈哈!  回复  更多评论
  

# re: some characters cannot be mapped using "ISO-8859-1" 2009-07-17 13:28 谢谢
谢谢,试了好多种方法总算解决了。  回复  更多评论