如果一个网页有,
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
…
</head>
但是http头有
Content-Type text/html; charset=UTF-8
那么假设什么编码?
在 HTML5 中,优先级定义为:
<meta http-equiv="Content-Type">
或<meta charset>
取决于属性顺序。有关血腥细节,请参见http://www.w3.org/html/wg/drafts/html/master/syntax.html#determining-the-character-encoding。