This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
lovecoding
/
VIP32
Suivre
10
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f15c4da83b
Branches
Tags
master
VIP32
/
JS高级
/
30.模块化
/
main3.js
main3.js
130 B
Historique
Raw
1
2
3
4
5
6
7
//默认抛出
export default {
school:"黑龙江",
fn3:function() {
console.log("这是第三个函数");
}
}