试题详情

在Python中,下列导入模块方式正确的有()。

Aimport模块名

Bimport模块名as模块的别名

Cfrom模块名import函数名

Dfrom模块名import函数名A,函数名B