首页题库练习题目详情
计算机软件基础单选题中等

当需要导入一个模块中的特定函数时,可以使用以下哪种语法?

Aimport module.func
Bfrom module import func
Cimport module as func
Dfrom module import *