jQuery ajax - post() 方法
post() 方法通过 HTTP POST 请求从服务器载入数据。 语法 jQuery.post(url,data,success(data, textStatus, jqXHR),dataType) 参数描述 url 必需。规定把请求发送...
jQuery post() 方法 | 菜鸟教程
jQuery post() 方法 jQuery AJAX 方法 实例 1 使用 HTTP POST 请求从服务器加载数据: [mycode3 type='javascript'] $('button').click(function(){ $.post...