Ajax使用方法
$.ajax({method:"POST",url:'',async : true,data:{random : Math.random()},success:function(data) {},dataType: "json"});
$.ajax({method:"POST",url:'',async : true,data:{random : Math.random()},success:function(data) {},dataType: "json"});