要产生[20,999]之间的随机整数使用哪个表达式? ( )
A、 (int)(20+Math.random()*97)
B、 20+(int)(Math.random()*980)
C、 (int)Math.random()*999
D、 20+(int)Math.random()*980

出自:石家庄铁道大学面向对象程序设计