本篇文章介绍php/JS实现的生成随机密码(验证码)的代码。 PHP写法: //A-Z a-z 0-9 !#$%^*$str = ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!#$%^*;//生成随机字符function createPwd($str,$len){ $pwd = ; $strlen = strlen($str); fo
本篇文章介绍php/JS实现的生成随机密码(验证码)的代码。 PHP写法:
运行结果:
使用在线HTML/CSS/JavaScript代码运行工具http://tools.jb51.net/code/HtmlJsRun 测试上述JS代码,运行结果如下:
|
2019-06-28
2019-10-03
2019-07-04
2019-06-22
2019-02-12