1.在jsp环境下

(1)如果是普通的html文件
 <head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

(2)如果是wap下的wml文件
<%@ page contentType="text/vnd.wap.wml;charset=gbk"%>

2.在.NET环境下,以vb为例
HttpResponse对象.ContentType = "text/vnd.wap.wml;charset=UTF-8"
posted on 2004-11-29 15:08  apple  阅读(417)  评论(0)    收藏  举报