This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
chuck
/
es6-11study
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
dc9c6919ad
Ramos
Etiquetas
master
es6-11study
/
23
/
dist
/
index.js
index.js
108 B
Histórico
Em bruto
1
2
3
4
5
6
//分别暴露
export let school = 'beijingdaxue';
export function teach() {
console.log('teaching');
}