文件编码
<%@ page contentType="text/html; charset=GBK" pageEncoding="GBK"%>
pageEncoding是jsp文件本身的编码
页面响应类型
ContentType 属性指定响应的 HTTP 内容类型。
如果未指定 ContentType,默认为 text/HTML。
语法 Response.ContentType [= ContentType ] 参数 ContentType
contentType的charset是指服务器发送给客户端时的内容编码