Python编程---导入模块方法

                          导入模块方法

1、导入主模块

import module_name

2、导入子模块

from module_name import submodule_name

猜你喜欢

转载自blog.csdn.net/yanlaifan/article/details/114711212