使用步骤:
$.ajax({ url:"发送的地址", type:"post", data:{ n1:123, n2:456 }, success:function(res){ console.log(res); } })
Ajax请求一般返回为字符串形式。
详细代码等示例请见笔记文件。