Sogrey / Web-QA

https://sogrey.github.io/Web-QA/
MIT License
6 stars 2 forks source link

如何优雅的取随机字符串 #301

Open Sogrey opened 4 years ago

Sogrey commented 4 years ago
Math.random().toString(16).substring(2) // 13位
Math.random().toString(36).substring(2) // 11位