// export let a = "hello"; // export function foo(){ // return "你好" // } function foo4(){ return "一个函数" } export default foo4