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

以下哪项可以用于导入sys模块中的特定函数?

Aimport sys
Bfrom sys import exit
Cimport sys.exit
Dimport sys, exit