</div>
<?php if (!is_pjax()) { ?>
</div>
</div>
<script src="<?php $this->options->themeUrl('sexful.js'); ?>?version=1124" data-no-instant></script>
<a id="scrollUp">Top</a>
<center><a href="http://www.miit.gov.cn/">苏 ICP 备 15027516 号-1</a></center>
</body>
</html>
<?php } ?>
1
leozhang 2016-03-13 23:18:52 +08:00 via Android
HTML Charset
|
3
imxieke 2016-03-13 23:27:33 +08:00 via iPhone
同一楼 定义 编码就好
|
4
Jaylee 2016-03-13 23:27:45 +08:00
<meta charset="utf8"/>
|
7
reaCodes OP @kingcos <head>
<meta charset="utf-8"> </head> </div> <?php if (!is_pjax()) { ?> </div> </div> <script src="<?php $this->options->themeUrl('sexful.js'); ?>?version=1124" data-no-instant></script> <meta charset="UTF-8" /> <a id="scrollUp">Top</a> <center><a href="http://www.miit.gov.cn/">苏 ICP 备 15027516 号-1</a></center> </body> </html> <?php } ?> 是这个意思么?依然乱码啊 |
9
gzelvis 2016-03-14 00:02:48 +08:00 via iPhone
utf8 页面麻烦定义成,或者在文本文件里转一下再贴进去
|
10
vmebeh 2016-03-14 00:27:38 +08:00
文件的编码和 charset 一致
|
11
Gomant 2016-03-14 09:10:04 +08:00 via Android
如果是用记事本打开编辑的
文件 => 另存为 => 选择编码为 UTF8 => 保存 |
12
Light3 2016-03-14 09:50:58 +08:00
你看看你的编辑器的 编码 然后再加上 head utf-8 我不信还乱码。。
|