通过export方式导出,在导入时要加{ },export default则不需要 1.export //a.js export const str = "blablabla~"; export function log(sth) { return sth; } 对应的 ...
確定! 回上一頁