import os #调用os模块from os improt test # 导入模块子函数from os improt * #导入os模块所有子函数import os as tt #重命名os 模块名为tt#当导入模块就是从头到脚执行这个模块 ...