ES6 Math.hypot(x1, x2) 函数 ES6 math expm1(X) 函数 ES6 Math.log(x) 函数 ES6 Math.hypot(x1, x2) 函数 console.log("---Math.hypot()---") console.log("Math.hypot(3,4) : "+Math.hypot(3,4)) console.log("Math.hypot(2,3,4) : "+Math.hypot(2,3,4)) ES6 math expm1(X) 函数 ES6 Math.log(x) 函数