Re: [問題] 亂數問題

看板Flash作者 (jones)時間11年前 (2013/02/08 09:20), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
※ 引述《stu89353 (Cat)》之銘言: : 不好意思,想請問如果想要 : 亂數是在215到279之間跳 : 該怎麼寫才好呢? : 我自己是寫 : var num=Math.floor(Math.random()*??)+??; : 但不曉得??該填甚麼數字才好 randomRange(215,279); function randomRange(min:Number, max:Number):Number { var randomNum:Number = Math.floor(Math.random()*(max-min+1))+min; return randomNum; } -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.133.191.78
文章代碼(AID): #1H55Bkp- (Flash)
討論串 (同標題文章)
本文引述了以下文章的的內容:
0
2
完整討論串 (本文為第 3 之 3 篇):
1
3
0
2
文章代碼(AID): #1H55Bkp- (Flash)