This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
lovecoding
/
w1020
Suivre
10
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
w1020
/
14.ts
/
3.编辑选项
/
dist
/
part1.js
part1.js
65 B
Lien permanent
Historique
Raw
1
2
3
4
5
console.log('第一部分');
let a;
a = 12;
a = true;
a = '111';