一、暴露 1.分布暴露 2.统一暴露 3.默认暴露 二、引入 1.通用引入 2.解构赋值形式 3.简便形式 只针对默认暴露 4.动态引入 hello.js export function hello() { alert('Hello'); }