说人话就是模块导入导出就俩个,一个是import,一个是export在有一个就是exportdefault举例来说可以exportconst变量exportinterface接口exportclass类,但是由于写的是react很少会用到exportdef...