Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SecureRandom#urlsafe_base64包含标点符号。
使用它生成仅包含数字、大写和小写字母的给定长度(12)的 UUID 的好方法是什么?
红宝石 1.9.3
怎么样:
SecureRandom.urlsafe_base64.gsub(/\W/, '')[0..11] #=> "x7lADtl95FUH"