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

在Python中,以下哪项可以用来导入标准库中的os模块?

Aimport os
Bfrom os import *
Cfrom os import path
D以上全部