$array = json_encode($array); //解碼 $result = json_decode($array); print_r($result->first); //輸出a echo "<br>";
確定! 回上一頁