我有这个简单的 html
<!Doctype html>
<head>
<title>Uft-8</title>
<meta charset="uft-8">
<style type="text/css">
.tr_deco{
background-color:pink;
border:1px solid red;
}
</style>
</head>
<body>
<a class="new_krud_slider" href="">make new</a>
</body>
</html>
当我在 firefox 15 上试用代码时,我得到了这个 firebug 错误。
使用元标记为 HTML 文档声明了不受支持的字符编码。该声明被忽略。
我的萤火虫版本是 1.7.3。什么可能导致此错误?