// 导出方式export default 'hello world'; // default export export const name = 'yj'; // named export // 导入方式import lib from './lib'; // default import ...
確定! 回上一頁