import java.util.Random;. Random rand = new Random(); int randomValue = rand.nextInt(10); System.out.println(randomValue);.
確定! 回上一頁