ES6 Math trunc() 函数 Node.js 方法参考 ES6 Math round() 函数 ES6 Math trunc() 函数 console.log("---Math.trunc()---") console.log("Math.trunc(7.7) : "+Math.trunc(7.7)) console.log("Math.trunc(-5.8) : "+Math.trunc(-5.8)) Node.js 方法参考 ES6 Math round() 函数