$.ajax({
   type: "POST",
   url: "some.php",
   data: "name=John&location=Boston",
   success: function(msg){
     alert( "Data Saved: " + msg );
   }
});

 

相关文章:

  • 2021-09-12
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2021-07-27
猜你喜欢
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-08-14
  • 2021-12-17
相关资源
相似解决方案