I've been using this code to generate a random number with js: var max = 10; Math.floor( Math.random() * ( max + 1 ) );. From what I understand that will ...
確定! 回上一頁