首先得先需要一個可以決定亂數範圍的函數,JavaScript的Math.random不像C#裡的Random class已經內建了指定亂數範圍的method function random(max, min) { return ...
確定! 回上一頁