index.html 538 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Document</title>
  7. </head>
  8. <body>
  9. <script src="./dist/6.接口.js"></script>
  10. <!-- <script type="module"></script> -->
  11. <script>
  12. // function newPart() {
  13. // console.log('fn1', this);
  14. // };
  15. // fn1();
  16. // function NewPart2() {
  17. // console.log('Fn2', this);
  18. // };
  19. // new Fn2();
  20. </script>
  21. </body>
  22. </html>