Skip to content

Webb-L/randomCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

生成随机密码

使用:

1.不传参

例如:https://webb-l.github.io/randomCode/

默认生成密码长度为4,随机带有大小字母,数字,和符号。

2.传参

例如:https://webb-l.github.io/randomCode?l=16&t=0,1,2,3

生成密码长度为16,随机带有大小字母,数字,和符号。

参数名 必填 描述 默认值
l true 需要生成密码的长度
t true 密码类型
0 = A ~ Z
1 = a ~ z
2 = 0 ~ 9
3 = 符号
0,1,2,3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published