随机数小工具 GenRandInt 获取 [0, r) 之间的一个随机数字 func GenRandInt(r int) int GenRandAphla 获取有字母(大小写区分)和数字组成的 l 长度的随机数 func GenRandAphla(l int) string