Import modules using the dynamic import API. import('./modules.js').then(({ default: DefaultExport, NamedExport }) => { // do something with modules. });.
確定! 回上一頁