获取带前/后缀的唯一 key
指定长度
Optional
前缀
getKey(); /// 'M2rmCcGpXCa5MTdN4Kks5'getKey(2, 'test'); /// 'test-aK'getKey(2, null, 'last'); /// 'aK-last' Copy
getKey(); /// 'M2rmCcGpXCa5MTdN4Kks5'getKey(2, 'test'); /// 'test-aK'getKey(2, null, 'last'); /// 'aK-last'
获取带前/后缀的唯一 key