文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>contentType、pageEncoding、content中编码的区别

contentType、pageEncoding、content中编码的区别

时间:2010-12-21  来源:lingxue3769

<% @ page contentType = " text/html; charset=UTF-8 " pageEncoding = " UTF-8 " %>
< meta http-equiv ="Content-Type" content ="text/html; charset=UTF-8" >

 

<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
等效:
<%@ page contentType="text/html; content-type="text/html;charset=UTF-8""%>
不过content-type优先级高点

 

1.jsp页面编码需要
2.serlvet引擎在翻译jsp页面时会吧jsp转换为servlet代码; 而上面代码会翻译成: response.setContentType("text/html;charset=UTF-8");

<meta... content-type= ..> 浏览器翻译, 有了这个浏览器就知道html用什么编码展现给用户了.
没有这句, 浏览器就默认用response.setContentType设置的编码
<meta... content-type= ..>优先级最高, <%@ content-type...%>第二, <%@ pageEncoding %>第三

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载