/** * * @authors Your Name (you@example.org) * @date 2016-11-18 11:26:44 * @version $Id$ */ Math.pow 函数 返回 4 的 3 次幂 (4*4*4):Math.pow(4,3);//64Math.pow(x,y)x 必需.底数.必须是数字.y 必需.幂数.必须是数字. Math.max 函数语法Math.max(n1,n2,n3,...,nX)参数值n1,n2,n3,...,nX 可选.1 或多个值