First, read your json data into a string. PHP. Copy Code. $strJson = file_get_contents('data.json'); Second, decode the json data into an ...
確定! 回上一頁