首頁 返回 繼續 最後一頁 摘要 圖形

亂數

import java.util.*;

Random randomG=new Random();

x=randomG.nextInt(52); //x在0-51之間

也可以使用 Math.random()

參考demo9a