首页题库练习题目详情
Python程序设计单选题中等

在Python中,下列哪项是用于导入一个模块的语法?

Aimport module
Bfrom module import function
Cimport module as alias
D以上全部