fehelper_ajaxdebugger.html 258 B

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