| 1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- </head>
- <body>
- <script src="./dist/6.接口.js"></script>
- <!-- <script type="module"></script> -->
- <script>
- // function newPart() {
- // console.log('fn1', this);
- // };
- // fn1();
- // function NewPart2() {
- // console.log('Fn2', this);
- // };
- // new Fn2();
- </script>
- </body>
- </html>
|