Isn't it possible that Math.floor(Math.random()*52+1)===0? Math.random will generate numbers between 0(inclusive) and1(not 1 itself). so if we get a result ...
確定! 回上一頁