问题

软件 >> 浏览器
Questions in category: 浏览器 (Browser).

Firefox 的编码优先机制

Posted by haifeng on 2014-05-04 14:52:58 last update 2014-05-04 15:35:05 | Answers (0) | 收藏


Firefox 在检测编码的时候优先检测 HTTP 头中的 ContentType 属性,其次才是页面中的 meta 标记。

如果 HTTP 头中已经指定了,则页面中的 meta 标记不生效。