This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
kindring
/
md
Urmărește
0
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
85713cb3d9
Ramuri
Etichete
master
md
/
php
/
phpthink.md
phpthink.md
129 B
Istoric
Crud
/** * 函数 * @param {number} n 数字1 * @param {number} m 数字2 * / function fn(n,m){ return n*m }