myFunction.js export default function() { console.log('This is default function!'); } // index.js import myFunction from 'myFunction';.
確定! 回上一頁