$.post(url,{data:value,......},function(data){ 一些逻辑操作。。。。。。 },'json'); url:请求访问地址 {data1:value1,.....}提交数据 function(data)回调函数 data为取回数据 json 指定取回数据类型