provisional headers are shown!我这次遇到这个问题是form表单提交 <input id="bt-zdsj" type="submit" value="提交">改成<input id="bt-zdsj" type="button" value="提交"> 就可以了

原因解释: submit 走的是form表单 并没有走ajax 而 button 走的是jquery中的ajax

相关文章:

  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2018-11-30
  • 2021-06-27
  • 2022-01-20
  • 2021-09-26
  • 2021-08-12
猜你喜欢
  • 2021-05-17
  • 2021-09-06
  • 2021-04-04
  • 2021-09-21
  • 2022-12-23
相关资源
相似解决方案