ES6 Math round() 函数 ES6 Math trunc() 函数 ES6 Math min() 函数 ES6 Math round() 函数 console.log("---Math.round()---") console.log("Math.round(7.2) : "+Math.round(7.2)) console.log("Math.round(-7.7) : "+Math.round(-7.7)) ES6 Math trunc() 函数 ES6 Math min() 函数