import java.util.Random; Random random = new Random(); int randomInt = random.nextInt(10);. The 10 inside the nextInt ...
確定! 回上一頁