Click to Start
Click to Stop
用ruby代码生成一串32位带有数字字母大小写的随机字符串
(('a'..'z').to_a + ('A'..'Z').to_a + (0..9).to_a).shuffle[0,32].join