This website works better with JavaScript
Home
Explore
Help
Sign In
lovecoding
/
VIP32
Watch
10
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
c44a4b1cac
Branches
Tags
master
VIP32
/
JS高级
/
30.模块化
/
main1.js
main1.js
114 B
History
Raw
1
2
3
4
5
6
// 分别抛出
export let day = '星期四';
export function fn1() {
console.log("这是第一个函数");
}