ES6 Math Pow() 函数 ES6 Math_SQRT2 属性 ES6 Math sqrt() 函数 ES6 Math Pow() 函数 console.log("---Math.pow()---") console.log("math.pow(2,3) : "+Math.pow(2, 3)) console.log("Math.pow(1.7, 2.3) : "+Math.pow(1.7, 2.3)) ES6 Math_SQRT2 属性 ES6 Math sqrt() 函数