日期:2014-05-16  浏览次数:20634 次

html中文字符乱码问题

在编辑代码时输入的是中文字符,用浏览器打开时出现乱码,解决方案:

<html >
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>


加上 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />就OK了