2020年7月22日
摘要: public static long buildRandom(int length) { long num = 1; double random = Math.random(); if (random < 0.1) { random = random + 0.1; } for (int i = 0; 阅读全文
posted @ 2020-07-22 14:25 张誉峰 阅读(491) 评论(0) 推荐(0)