在 JavaScript 中,最簡單的方法是使用 Math.floor()
和 Math.random()
結合來隨機選擇一個數字。
以下是一行簡單的代碼,可以返回一個介於 1 和 6(包括 1 和 6)之間的數字:
Math.floor(Math.random() * 6 + 1)
這裡有 6 個可能的結果:1、2、3、4、5、6。
在 JavaScript 中,最簡單的方法是使用 Math.floor()
和 Math.random()
結合來隨機選擇一個數字。
以下是一行簡單的代碼,可以返回一個介於 1 和 6(包括 1 和 6)之間的數字:
Math.floor(Math.random() * 6 + 1)
這裡有 6 個可能的結果:1、2、3、4、5、6。