//导出 export function fn1(){ } export function fn2(){ } export function fn3(){ }
//导入 import {fn1,fn2,fn3} from AAA