btn.click(function (event) {

  event.preventDefault();     // 组织发送
  $.ajax({
    ...
}) })

 

相关文章: