$.post(
"test.php"
, {
"func"
:
"getNameAndTime"
},
function
(data){
alert(data.name);
alert(data.time);
"json"
);