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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-12
  • 2021-11-22
  • 2021-11-06
  • 2021-07-06
相关资源
相似解决方案