摘要: private String generateCode() { int min = 100000; int max = 1000000; Random rand = new Random(); int res = this.rand.nextInt(max - min) + min; return 阅读全文
posted @ 2020-01-18 01:20 Peter.Jones 阅读(73) 评论(0) 推荐(0)