我的favicon在Chrome Canary上工作了一段时间,在我更新后它停止了出现。
我在下面提供了我的代码。
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<title>Write IT</title>
</head>
<body>
</body>
</html>
答案 0 :(得分:2)
.ico文件的正确MIME类型为image/vnd.microsoft.icon
。由于image/x-icon
未标准化,因此如果浏览器确实有效,则通常不会检查浏览器。