ES6 Math.log(x) 函数 ES6 Math.hypot(x1, x2) 函数 ES6 Math.log10(x) 函数 ES6 Math.log(x) 函数 console.log("---Math.log()---") console.log("Math.log(Math.E): "+Math.log(Math.E)) console.log("Math.log(17.5): "+Math.log(17.5)) ES6 Math.hypot(x1, x2) 函数 ES6 Math.log10(x) 函数