Random r = new Random(); int low = 10; int high = 100; int result = r.nextInt(high-low) + low;
確定! 回上一頁