在php代码的开头部分输入:header("Content-type: text/html; charset=utf-8");
如下:
<?php header("Content-type: text/html; charset=utf-8"); echo "你的代码"; ?>
发布 问题
回到 顶部