$json = file_get_contents("php://input");. //convert the string of data to an array $data = json_decode($json, true);.
確定! 回上一頁