如下:
editModal:模态框ID

<script> $(document).ready(function() { $('#editModal').on('hidden.bs.modal',function () { <!--Ajax请求--> }); }); </script>


另外:对SpringBoot提供的接口返回返回的数据,如果使用Ajax请求的话,不需要使用parseJson解析字符串,可以直接调用JSON对象,直接调用即可

 

相关文章:

  • 2021-12-15
  • 2021-12-18
  • 2021-07-13
  • 2022-12-23
  • 2022-01-28
  • 2021-11-11
  • 2022-12-23
  • 2021-09-03
猜你喜欢
  • 2022-01-25
  • 2021-08-26
  • 2021-04-11
  • 2021-11-20
  • 2022-12-23
  • 2021-06-26
  • 2022-02-11
相关资源
相似解决方案