Javascript 生成随机数2023-02-15 23:12:14 Math.random().toString(16).substring(2) // 固定13位 Math.random().toString(36).substring(2)//倍数不固定 22-26位 参考: 这些JavaScript编程黑科技,装逼指南,高逼格代码,让你惊叹不已上一篇:C++ Interview - using new and delete to alloc and free memory下一篇:java-Calendar类