Html 您可以使用charset=";ISO-8859-1“;关于谷歌AMP项目

Html 您可以使用charset=";ISO-8859-1“;关于谷歌AMP项目,html,Html,我将展示我的问题a: 它的工作: <!doctype html> <html amp lang="en"> <head> <meta charset="utf-8"> <script async src="https://cdn.ampproject.org/v0.js"></script> <title>mytitle</title> <link rel="

我将展示我的问题a:

它的工作:

<!doctype html>
<html amp lang="en">
  <head>
    <meta charset="utf-8">
    <script async src="https://cdn.ampproject.org/v0.js"></script>
    <title>mytitle</title>
    <link rel="canonical" href="http://www.djflkjslkfjsdlkfjsldkjfklsd.com/" />
    <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
    <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
    <script type="application/ld+json">
      {
        "@context": "http://schema.org",
        "@type": "NewsArticle",
        "headline": "Open-source framework for publishing content",
        "datePublished": "2015-10-07T12:02:41Z",
        "image": [
          "logo.jpg"
        ]
      }
    </script>
    <style  amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style>
    <noscript>
    <style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none} 

    </style>

    </noscript>

  </head>
  <body>

  </body>
</html>
阅读文档。我对这个角色有怀疑。
utf-8
是唯一真正起作用的

utf-8是唯一真正有效的

对。AMP需要UTF-8

本世纪没有理由使用ISO-8859进行新的开发

utf-8是唯一真正有效的

对。AMP需要UTF-8


没有理由在本世纪的新开发中使用ISO-8859。

它说在您链接到的文档中需要ISO-8859,那么问题是什么?您有使用ISO-8859-1的具体原因吗?它是什么?它说你链接到的文档中需要它,那么问题是什么?你有使用ISO-8859-1的具体原因吗?这是怎么一回事?
The attribute 'charset' may not appear in tag 'meta name= and content='.
The mandatory tag 'meta charset=utf-8' is missing or incorrect. (see https://www.ampproject.org/docs/reference/spec.html#required-markup)