返回底表达式的指定次幂。
Math.pow(base, exponent)
在下面的例子中,等同于 baseexponent 的数值表达式,返回值为 1000。
Math.pow(10,3);
pow(
)
版本 1
Math 对象方法
应用于: Math 对象