<?php include 'lib/JSON.php'; /* create data array */ $posts = array("fname" => "foo", "lname" => "bar"); /* encode the JSON post from the array ...
確定! 回上一頁