时间:2021-07-01 10:21:17 帮助过:3人阅读
php json_decode转换返回null,错误是UTF-8Malformed UTF-8 characters, possibly incorrectly encoded。
我转换的是一个别的服务器返回的json格式的字符串。我用mb_detect_encoding侦测了是utf8编码的。
试试 file_get_contents(); 先抓取服务器返回的内容;在json出来
在 Chrome 里打开接口地址,查看网络请求,可以看到 Reponse 中 Content-Type:text/html;charset=GBK。