摘要: 提供对操作系统进行调用的接口 import os os.getcwd() linux pwd命令 # linux # = linux pwd 命令 >>> os.getcwd() '/root' # windows >>> os.getcwd() 'C:\\Users\\Administrator' 阅读全文
posted @ 2017-12-19 22:49 minger_lcm 阅读(306) 评论(0) 推荐(0)