This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
chuck
/
es6-11study
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
45c918efa5
Ramuri
Etichete
master
es6-11study
/
23
/
dist
/
index.js
index.js
108 B
Istoric
Crud
1
2
3
4
5
6
//分别暴露
export let school = 'beijingdaxue';
export function teach() {
console.log('teaching');
}