獲取兩個數之間的隨機數-java

c3tc3tc3t發表於2013-07-19

start=25

end=30

(int)(Math.random()*(end-start)+start)

相關文章