getRandomInt( 1,5 ); Math.floor(Math.random() * ( 5 - 1 + 1) + 1); Math.floor(Math.random() * ( 5 ) + ...
確定! 回上一頁