单项选择题

下面哪个JavaScript中表达式产生的随机数是介于10-20的浮点数?()

A.Math.random()*10
B.Math.random()
C.Math.random()+10
D.Math.random()*10+10