摘要:
#!/usr/bin/env python # encoding: utf-8 """ @version: python3.6 @file: os模块.py @time: 2017/10/26 17:00 """ import os print(os.getcwd()) #获取当前工作目录,即当前python脚本工作的目录路径 os.chdir(r'E:\fullstack') print... 阅读全文
posted @ 2017-10-31 07:13
探寻猎人
阅读(181)
评论(0)
推荐(0)