Javascript Random Number?

前端 未结 3 1707
傲寒
傲寒 2020-12-16 14:14

I have the following script:

Timer=0;
function countdown(auctionid){
    var auctions;
    var divs;

    Timer=Timer+1;

    if((Timer%10==\"0\")||(Timer==\         


        
3条回答
  •  無奈伤痛
    2020-12-16 14:16

    See the answers to this question which also allows you to set the seed value.

提交回复
热议问题