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