隨機代碼和密碼函數及代碼生成
/* *
*數字字符串
* @ param {*}長度
* @returns
*/
Function random word 1(長度){
//指定長度:默認長度為8位
長度| |(長度=8);
Const numbers=' 0123456789
Const letters=
Let total=numbers letters
Let result=
While(長度0) {
長度-;
result=total[Ma()*];
}
Return result
}
/* *
*大寫字母數字字符串
*
* @param {} length
* @returns
*/
Function random word 2(長度){
//指定長度:默認長度為8位
長度| |(長度=8);
Const numbers=' 0123456789
constle tters=' abcdefghijklmnopqrstuvwxyz ';
Let total=numbers letters
Let result=
While(長度0) {
長度-;
result=total[Ma()*];
}
Return result
}
/* *
*小寫字母數字字符串
*
* @param {} length
* @returns
*/
Function random word 3(長度){
//指定長度:默認長度為8位
長度| |(長度=8);
Const numbers=' 0123456789
constle tters=' abcdefghijklmnopqrstuvwxyz ';
Let total=numbers letters
Let result=
While(長度0) {
長度-;
result=total[Ma()*];
}
Return result
}
/* *
*大小寫字母數字字符串
*
* @ param {*}長度
* @returns
*/
Function random word 4(長度){
//指定長度:默認長度為8位
長度| |(長度=8);
//指定數字范圍。
Const numbers=' 0123456789
//指定字符范圍(也可以指定字符或小寫字符)
constle tters=' abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz ';
Let total=numbers letters
Let result=
While(長度0) {
長度-;
result=total[Ma()*];
}
Return result
}
/* *
*常用的特殊字符大小寫字母數字字符串
*
* @ param {*}長度
* @returns
*/
Function random word 5(長度){
//指定長度:默認長度為8位
長度| |(長度=8);
//指定數字范圍。
Const numbers=' 0123456789
//指定字符范圍(也可以指定字符或小寫字符)
constle tters=' abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz ';
//指定特殊字符
Const specials='~!@ # $% * ()/.';
lettotal=numbers letters specials;
Let result=
While(長度0) {
長度-;
result=total[Ma()*];
}
Return result
}
/* *
*特殊字符大小寫字母數字字符串
*
* @ param {*}長度
* @returns
*/
Function random word 6(長度){
//指定長度:默認長度為8位
長度| |(長度=8);
//指定數字范圍。
Const numbers=' 0123456789
//指定字符范圍(也可以指定字符或小寫字符)
constle tters=' abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz ';
//指定特殊字符
Const specials='!# $%' () *,-./:=?@[\]_ ` { | } ~ ';
lettotal=numbers letters specials;
Let result=
While(長度0) {
長度-;
result=total[Ma()*];
}
Return result
}
//數字[04970152848]
Con ('randomword1=',random word 1(11));
//數字大寫[CE6532REAT7]
Con ('randomword2=',random word 2(11));
//數字小寫[6a23t040nhu]
Con ('randomword3=',random word 3(11));
//數字大小寫[0AC9U0t2CsI]
Con ('randomword4=',random word 4(11));
//常用的特殊字母數字大小寫[hpj4至Catjb4]
Con ('randomword5=',random word 5(32));
//特殊字母數字大小寫[5ra% x] n 8h]
Con ('randomword6=',random word 6(11));
1.《關于怎么弄字符密碼,你需要知道這些JavaScript,NodeJS,生成隨機碼,生成含特殊字符的隨機密碼》援引自互聯(lián)網,旨在傳遞更多網絡信息知識,僅代表作者本人觀點,與本網站無關,侵刪請聯(lián)系頁腳下方聯(lián)系方式。
2.《關于怎么弄字符密碼,你需要知道這些JavaScript,NodeJS,生成隨機碼,生成含特殊字符的隨機密碼》僅供讀者參考,本網站未對該內容進行證實,對其原創(chuàng)性、真實性、完整性、及時性不作任何保證。
3.文章轉載時請保留本站內容來源地址,http://f99ss.com/gl/3060016.html