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

 

相关文章: