close
Math.random()
回傳0~1(不包含1)的數字
Math.floor()
去除小數,取得整數
Math.floor(Math.random()*5);
取得0~4的隨機數字
文章標籤
全站熱搜
Math.random()
回傳0~1(不包含1)的數字
Math.floor()
去除小數,取得整數
Math.floor(Math.random()*5);
取得0~4的隨機數字
留言列表