//统一抛出 let color = 'red'; function fn2() { console.log("这是第二个函数"); } export {color,fn2};