瀏覽器中使用 ES6 import

html 中的 head 標籤引入:html <script src="test.js" type="module"></script> test.js :node import { a } from "./test2.js"; console.log(a);//0 test2.js:瀏覽器 'use strict' let a = 0; export { a }; node 版本:8.9,從官網
相關文章
相關標籤/搜索