生成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));}) 相关文章: