La première méthode
La deuxième méthode
fonction NewGuid() {
Retour (S4() S4() "-" S4() "-" S4() "-" S4() "-" S4() S4() S4());
>
La troisième méthode
La quatrième méthode
fonction getBetweenRound(min,max){
return Math.floor(min Math.random()*(max-min));
};
fonction getCharCode(){
pour(var i=0,len=3;i
pour(var j=thisArr[0],thisLen=thisArr[1];j<=thisLen;j ){
charCodeArr.push(j);
}
>
>
fonction ranStr(slen){
slen = slen || 20;
charCodeArr.length<62 && getCharCode();
var res = [];
pour(var i=0;i
res.push(String.fromCharCode(charCodeArr[index]));
>
return res.join('');
};
this.ranStr = ranStr;
})();