ES6 Math ceil() 函数 ES6 Math sign() 函数 ES6 Math floor() 函数 ES6 Math ceil() 函数 console.log("---Math.ceil()---") console.log("Math.ceil(2.2) : "+Math.ceil(2.2)) console.log("Math.ceil(-3.8) : "+Math.ceil(-3.8)) ES6 Math sign() 函数 ES6 Math floor() 函数