What is the difference between modules and standard scripts?
2022年5月1日小于 1 分钟
What is the difference between modules and standard scripts?
Question
What is the difference between <script type="module">
and <script>
? In case you are not sure, please visit MDN here.