posted @ 2020-06-19 11:35 留不住的时间 阅读(125) 评论(0) 推荐(0) 编辑
摘要:
一:文件和目录操作 1:文件操作 >>> fp=open('d:/aaa.txt','w') >>> fp.close() 2:目录操作 (1)获取当前路径 >>> import os >>> print (os.getcwd()) C:\Python37 (2)创建目录 >>> import os 阅读全文
posted @ 2020-06-19 11:35 留不住的时间 阅读(125) 评论(0) 推荐(0) 编辑
posted @ 2020-06-19 11:33 留不住的时间 阅读(195) 评论(0) 推荐(0) 编辑
posted @ 2020-06-19 11:25 留不住的时间 阅读(275) 评论(0) 推荐(0) 编辑
posted @ 2020-06-19 11:22 留不住的时间 阅读(264) 评论(0) 推荐(0) 编辑
posted @ 2020-06-19 11:12 留不住的时间 阅读(331) 评论(0) 推荐(0) 编辑
posted @ 2020-06-19 11:08 留不住的时间 阅读(223) 评论(0) 推荐(0) 编辑
posted @ 2020-06-19 11:00 留不住的时间 阅读(344) 评论(0) 推荐(0) 编辑