This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
kindring
/
md
Segui
0
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
85713cb3d9
Rami (Branch)
Tag
master
md
/
php
/
phpthink.md
phpthink.md
129 B
Cronologia
Originale
/** * 函数 * @param {number} n 数字1 * @param {number} m 数字2 * / function fn(n,m){ return n*m }