zedz

Results 1 comments of zedz

/* @param {Number} len 返回的 randomString 数组长度 @param {Number} strLen 随机验证码长度 */ function randomString(len, strLen) { let randomStr = [] for (let i=0; i