可以使用random()方法,用於傳回一個隨機數,隨機數範圍為 0.0 =< Math.random < 1.0。 注意:這是一個預設方法,不接受任何參數。 (影片教學推薦:java影片) 實例:int i = (int)(Math.random()*100+1);推薦教學:java入門程序#