export 与 export default export在同一个文件中可存在多个:
引入的区别 引入的时候 export加{} 而export default可定义为随便一个名称
还可以import a,{arr,obj} from './test.js'