什么属性能让浏览器直接使用ES6 Module

<script type="module">
import {addTextToBody} from './utils.js';

addTextToBody('Modules are pretty cool.');
</script>

posted @ 2021-04-30 10:21  倔强的代码人  阅读(170)  评论(0编辑  收藏  举报