function myDecode($str){
    $str = substr(str_replace('\"','"',json_encode($str)),1,-1);
    return json_decode($str);  
}

 

相关文章:

  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2021-08-15
猜你喜欢
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2021-12-13
  • 2021-09-27
  • 2022-12-23
相关资源
相似解决方案