摘要:
提供对操作系统进行调用的接口 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
阅读(312)
评论(0)
推荐(0)
浙公网安备 33010602011771号