This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
kindring
/
md
Observar
0
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
f36d1a8d2c
Branches
Tags
master
md
/
php
/
phpthink.md
phpthink.md
129 B
Histórico
Raw
/** * 函数 * @param {number} n 数字1 * @param {number} m 数字2 * / function fn(n,m){ return n*m }