This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
kindring
/
md
Suivre
0
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f36d1a8d2c
Branches
Tags
master
md
/
php
/
phpthink.md
phpthink.md
129 B
Historique
Raw
/** * 函数 * @param {number} n 数字1 * @param {number} m 数字2 * / function fn(n,m){ return n*m }