// Pretend we're POSTing this var foo = {foo:{first:"George",middle:"William"}};
PHP:
$foo = $_POST['foo']; $foo = json_decode( stripslashes( $foo ) ); echo $foo->first;
信用到期的信用:https://www.youtube.com/watch?v=pORFYsgOXog