This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
chuck
/
es6-11study
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
dc9c6919ad
Gałęzie
Tagi
master
es6-11study
/
23
/
dist
/
index.js
index.js
108 B
Historia
Czysty
1
2
3
4
5
6
//分别暴露
export let school = 'beijingdaxue';
export function teach() {
console.log('teaching');
}