This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
lovecoding
/
VIP32
Segui
10
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
e0692946e3
Rami (Branch)
Tag
master
VIP32
/
JS高级
/
30.模块化
/
main1.js
main1.js
114 B
Cronologia
Originale
1
2
3
4
5
6
// 分别抛出
export let day = '星期四';
export function fn1() {
console.log("这是第一个函数");
}