摘要: 1.目录操作 #encoding=UTF-8import unittest,osfrom time import sleep print dir(os)#获取文件路径'''获取当前路径'''os.getcwd()os.path.abspath('') #新建目录os.mkdir('test_file 阅读全文
posted @ 2017-05-17 11:22 看我美不美 阅读(430) 评论(0) 推荐(0)