private static String getRandom(int min, int max){
Integer random =(int)(min+Math.random()*(max-min+1));
return random.toString();
}

相关文章:

  • 2021-10-13
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2020-06-10
  • 2022-12-23
猜你喜欢
  • 2021-09-05
  • 2021-05-19
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案