ES6 Math Abs() 函数 ES6 Math.log1p(x) 函数 ES6 Math sign() 函数 ES6 Math Abs() 函数 console.log("---Math.abs()---") console.log("Math.abs(-5.5) : "+Math.abs(-5.5)) console.log("Math.abs(5.5) : "+Math.abs(5.5)) ES6 Math.log1p(x) 函数 ES6 Math sign() 函数