随机数

生成3位随机的数字: ele.getRandomInt(3) 别名 ele.makeRandomInt(3)
生成3位随机的字母+数字组合: ele.getRandomStr(3) 别名 ele.makeRandomStr(3)