摘要: 头文件 #include <time.h> //秒 #include <sys/timeb.h> //毫秒 1 std::string GetRandomStr(int len) { 2 //毫秒 3 struct timeb time_seed; 4 ftime(&time_seed); 5 sr 阅读全文
posted @ 2020-05-27 13:19 码林斋 阅读(1961) 评论(0) 推荐(0) 编辑