A.round()四舍五入 B.min() C.floor()小于參數(shù)最大整數(shù) D.ceil()大于參數(shù)最小整數(shù)
A.(int)(20+Math.random()*97) B. 20+(int)(Math.random()*980) C.(int)Math.random()*999 D. 20+(int)Math.random()*980
A.false B.0 C.-1 D.以上答案都不對