这是我的文件夹结构:这些是我的文件:/* index.html */<body> <h1>Modules</h1> <script type="module" src="./index.js"></script></body>// index.jsimport fruits from "./fruits";console.log(fruits);// fruits.jsconst arr = ["Mango", "Appple", "Banana", "Guava"];export default arr;对我来说一切看起来都很好,但我仍然收到错误:net::ERR_ABORTED 404 (Not Found)。
添加回答
举报
0/150
提交
取消