标签:jquery ajax .post请求实
jQuery Ajax: $.post请求实例
leyangjun.html页面
<html>
</html>
对应的页面leyangjun.php
<?php echo json_encode( array( "name" => $_POST[‘name‘], "age" => 110, ) ); ?>
原文地址:http://blog.csdn.net/leyangjun/article/details/46596805