in file exports.js export default function () {...}// in file import1.js import doSomething from "./exports.js"// in file import2.js
確定! 回上一頁