获取您自己的 PHP 服务器 Result Size: 625 x 664
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$age = array("Peter"=>35, "Ben"=>37, "Joe"=>43);
echo json_encode($age);
?>
</body>
</html>
{"Peter":35,"Ben":37,"Joe":43}