下面关于time库引用不正确的是?
A.from time import strftime
B.from * import time
C.from time import *
D.import time
正确答案是B