使用random库的random()函数,哪个选项的引用方式是错误的?
A.from random import*
B.from random import random
C.import random
D.import random from random
正确答案是D