export default 怎么暴露多个函数呢 用export{}没用啊 node里面都是可以的
一个是commonjs, 一个是ES6模块系统.
export default {a, b};
import {a} from "xxx';