题目:以下哪个表达式产生一个0-10之间(含0,10)的随机整数()
A:Math.floor(Math.random()*10)
B:Math.ceil(Math.random()*10)
C:Math.floor(Math.random()*9)
D:Math.floor(Math.random()*11)
题目:以下哪个表达式产生一个0-10之间(含0,10)的随机整数()
A:Math.floor(Math.random()*10)
B:Math.ceil(Math.random()*10)
C:Math.floor(Math.random()*9)
D:Math.floor(Math.random()*11)