Ajax使用方法


  1. $.ajax({
  2. method:"POST",
  3. url:'',
  4. async : true,
  5. data:{random : Math.random()},
  6. success:function(data) {
  7. },
  8. dataType: "json"});





posted on 2016-07-13 10:27  YoungZhi  阅读(103)  评论(0)    收藏  举报

导航