Answers 1 ... <?php $json_string = file_get_contents("info.json"); $json = json_decode($json_string, true); array_push($json[0]["items"], array("name" => "item3", ...
確定! 回上一頁