Ajax异步请求模板

$.ajax({
  url:   '',
  type:   'post',
  data:   {‘id':id},
  dataType:   'json',
  success:  
  function(data,statusText){ //待补充 },
  error:
  function(xhr,e1,e2){ alert('系统错误'); }
});  

 

posted @ 2017-06-30 16:13  低调人生  阅读(330)  评论(0编辑  收藏  举报