js生成四位随机数的简便方法

  • do
    out = Math.floor(Math.random()*10000);
    while( out < 1000 )
      alert( out );

     

posted @ 2017-05-18 10:12  Rainyn  阅读(16076)  评论(0编辑  收藏  举报