Home >Backend Development >PHP Tutorial >微信内网页开发报Http Body乱码,这是什么原因啊?
你需要指定文件编码
通过 HTTP头 或者 HTML标签
<code class="php"><?php header('content-type:text/html;charset = utf-8'); </code></code>
<code class="html"> <meta charset="utf-8"> <title></title> </code>