ES6 Math.sin(x) 函数 ES6 Math max() 函数 ES6 Math.cos(x) 函数 ES6 Math.sin(x) 函数 console.log("---Math.sin()---") console.log("Math.sin(Math.PI/2): "+Math.sin(Math.PI/2)) console.log("Math.sin(Math.PI/4): "+Math.sin(Math.PI/4)) ES6 Math max() 函数 ES6 Math.cos(x) 函数