module引入了模块作用域

特点:

import {api1, api2...} from 'xxx.js'语法

特点:

export {api1, api2...}语法

特点: