phpthink.md 129 B

/**
 * 函数
 * @param {number} n 数字1
 * @param {number} m 数字2
 * /
function fn(n,m){
    return n*m
}