当html文件为:
解决方法:
将 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
改为::
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 即可。
本文共 222 字,大约阅读时间需要 1 分钟。
当html文件为:
解决方法:
将 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
改为::
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 即可。
转载于:https://www.cnblogs.com/jiangsheng3/p/5053576.html