<?php $json = '{ "title": "PHP", "site": "pakainfo" }'; $data = json_decode($json); echo $data->title; echo "\n"; echo $data->site; ?>.
確定! 回上一頁