a.js export const aString = 'This is A String'; export function aFunction(){ ... b.js import { aString, aFunction, aObject } from '.
確定! 回上一頁