int pow = (int) Math.pow(10, 1); // 用於提取指定小數位 double d = Math.floor((Math.random() * (10 - 1) + 1) * pow) / pow;dom