test.html 602 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>test页面</title>
  6. </head>
  7. <body>
  8. <script type="text/javascript" src="../js/jquery.min.js"></script>
  9. <script type="text/javascript" src="../js/check/qiniu.min.js"></script>
  10. <button>提交</button>
  11. <script>
  12. jQuery.ajax({
  13. type: "POST",
  14. url: "http://third.172.16.11.49.xip.io/wq.php/Record/wrongQuestion",
  15. data: { "roomid": "111" },
  16. success: function (res) {
  17. console.log(res);
  18. }
  19. });
  20. </script>
  21. </body>
  22. </html>