2024-04-18|閱讀時間 ‧ 約 21 分鐘

認識 JavaScript (四)

    ※ 常用number型態的運算方法:

    1. 加、減、乘、除
    raw-image
    1. 求餘數(mod)%

    ※ JavaScript 內建的 Math 物件提供了許多number相關的方法和常數。以下是一些常見的內建 Math 功能:

    1. Math.PI:算出圓的面積。
    1. Math.ceil:無條件進位
    1. Math.floor:無條件捨棄
    1. Math.round:四捨五入
    1. Math.abs:絕對值
    1. Math.max:最大值和 Math.min:最小值
    1. Math.log:對數運算
    1. Math.pow:指數運算
    1. Math.random:亂數運算
    1. 數值轉成字串



    分享至
    成為作者繼續創作的動力吧!
    © 2024 vocus All rights reserved.