- 博客(2)
- 收藏
- 关注
转载 Java生成一个随机字符串
import java.util.Random; public class genstr { public static void main(String [] args) { String ccxl=generateString(100); System.out.print(ccxl); } public static final String allChar =...
2018-04-16 22:07:42
5305
1
原创 C语言生成随机字符串
// C语言生成随机字符. // VS2017 15.6.4 #include <stdio.h> #include <stdlib.h> #include <time.h> const unsigned char allChar[63] = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU...
2018-04-16 21:42:34
7973
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅