js——常见的小方法

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

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

 

posted @ 2016-08-18 15:50  郑叶叶  阅读(210)  评论(0编辑  收藏  举报