1.随机得到是六位数,可以当做“密码”来使用:

Math.random().toString().substr(2, 6);

 

相关文章: