单项选择题

在Python中,以下哪个语句可以导入模块的全部成员?()

A.import sys
B.from sys import argv
C.from sys import *
D.import argv