摘要:
#!/usr/bin/python# -*- coding:utf-8 -*- #!/usr/bin/python# -*- coding:utf-8 -*- file1 = open('a.txt','r')str = file1.read()file2 = open('b.txt','w')fi 阅读全文
posted @ 2019-10-15 15:58
流星曳尾
阅读(90)
评论(0)
推荐(0)
摘要:
#!/usr/bin/python# -*- coding:utf-8 -*- open('a.txt','w+') 阅读全文
posted @ 2019-10-15 15:54
流星曳尾
阅读(166)
评论(0)
推荐(0)
摘要:
#!/usr/bin/python# -*- coding:utf-8 -*- import os dir = './dir'os.mkdir(dir) 阅读全文
posted @ 2019-10-15 15:24
流星曳尾
阅读(138)
评论(0)
推荐(0)