index.html 235 B

123456789101112
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Ajax接口调试</title>
  6. <script src="../static/vendor/require/require.js"></script>
  7. <script src="index.js"></script>
  8. </head>
  9. <body>
  10. </body>
  11. </html>