且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

PHP不使用'json_decode()'转换JSON

更新时间:2023-12-04 14:41:34

在找到了许多有类似问题的人之后,我发现以下方法可行

I found the following worked after find a number of people with similar problems

$json_data = json_decode(utf8_encode($url_data),true);