header("Content-type:text/html;charset=utf-8"); //加上这个就OK

//示例 :
class WechatController extends Controller{
    //put your code here
    public function callback() {
        header("Content-type:text/html;charset=utf-8");
        echo '开发中...';
    }
}

 

相关文章:

  • 2021-05-21
  • 2022-12-23
  • 2021-10-11
  • 2021-05-19
  • 2021-09-12
  • 2022-01-03
  • 2022-01-25
猜你喜欢
  • 2021-12-08
  • 2022-01-07
  • 2021-12-22
  • 2022-01-07
  • 2021-04-17
  • 2022-12-23
  • 2022-01-02
相关资源
相似解决方案