ES6 math cbrt() 函数 ES6 Math sqrt() 函数 ES6 math exp() 函数 ES6 math cbrt() 函数 console.log("---Math.cbrt()---") console.log("Math.cbrt(27) : "+Math.cbrt(27)) console.log("Math.cbrt(22) : "+Math.cbrt(22)) ES6 Math sqrt() 函数 ES6 math exp() 函数