<?php // Read JSON file $json = file_get_contents('./student_data.json'); //Decode JSON $json_data = json_decode($json, ...
確定! 回上一頁