ES6 Math floor() 函数 ES6 Math ceil() 函数 Node.js 方法参考 ES6 Math floor() 函数 console.log("---Math.floor()---") console.log("Math.floor(2.8) : "+Math.floor(2.8)) console.log("Math.floor(-3.2) : "+Math.floor(-3.2)) ES6 Math ceil() 函数 Node.js 方法参考