This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
chuck
/
es6-11study
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
45c918efa5
Branches
Tags
master
es6-11study
/
23
/
dist
/
index.js
index.js
108 B
Histórico
Raw
1
2
3
4
5
6
//分别暴露
export let school = 'beijingdaxue';
export function teach() {
console.log('teaching');
}