【发布时间】:2012-07-19 21:46:02
【问题描述】:
哪个最好?有什么区别?
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
或
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
另一件事,我看到 Viewport 元标记和元 http-equiv 标记没有 /> 结束标记,因为 charset 和其他元标记具有...这是为什么?
谢谢
【问题讨论】:
标签: html