摘要: # os和os.path模块 import os print('os.getcwd():获取当前目录 ',os.getcwd()) print('os.name:获取操作系统类型 ',os.name) print('os.linesep:获取当前操作系统的换行符 ',os.linesep) prin 阅读全文
posted @ 2020-08-26 20:24 Zack6688 阅读(135) 评论(0) 推荐(0) 编辑