Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人对 Safari 5.1.7(在 Windows 7 上)中的文本编码有疑问吗?在除 Safari 之外的所有浏览器中看起来都不错,但其中一部分文本看起来像:
但应该是
<h3>text text text</h3>
当我将文本换行时,所有 h1 , ... , h6 标记在 Safari 中看起来都一样
标记它变成正常。
我在布局文件中设置了编码:
<meta charset="utf-8">
我的问题在哪里?