Math.ceil(x)------------無條件進位. Math.floor(x)-----------無條件捨去. Math.round(x)----------四捨五入至整數. Math.pow(x,y)---------x的y次 ...
確定! 回上一頁