//get$.get("/url?a=1&b=2",function(){//..success})//post$.post("/url",{a:1,b:2},function(){//..success})jquery的使用
so easy