First, multiply the magnitude of the range of values you want to cover by the result that Math.random() produces. Math.random() * ( max - min ) ...
確定! 回上一頁