ES6 Math.log1p(x) 函数 ES6 Math.log2(x) 函数 ES6 Math Abs() 函数 ES6 Math.log1p(x) 函数 console.log("---Math.log1p()---") console.log("Math.log1p(Math.E - 1): "+Math.log1p(Math.E - 1)) console.log("Math.log1p(17.5): "+Math.log1p(17.5)) ES6 Math.log2(x) 函数 ES6 Math Abs() 函数