每天都学一点
27 10月
py模块

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

作者:林健|分类:Python|浏览:1