import xxx from ‘xxx’ 报错 Cannot use import statement outside a module html中 给script加上type类型指定 <script type="module"> </script> vscode中使用nodejs调试代码 package.json ... "type":"module", ...