$json_string = preg_replace( '/[^[:print:]]/', '',$json_string); $obj = json_decode( $json_string , true ); print_r($obj); exit; ?>.
確定! 回上一頁