main1.js 114 B

123456
  1. // 分别抛出
  2. export let day = '星期四';
  3. export function fn1() {
  4. console.log("这是第一个函数");
  5. }