生成5位的 包括33-126ascii码的函数
随机函数范围公式:
Math.floor(Math.random()*(max-min+1)+min);
new Array(5).join().replace(/(.|$)/g, function(){ return String.fromCharCode(Math.floor(Math.random()* 94 + 33));})
生成5位的 包括33-126ascii码的函数
随机函数范围公式:
Math.floor(Math.random()*(max-min+1)+min);
new Array(5).join().replace(/(.|$)/g, function(){ return String.fromCharCode(Math.floor(Math.random()* 94 + 33));})
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。