摘要:
#!/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
流星曳尾
阅读(91)
评论(0)
推荐(0)
摘要:
#!/usr/bin/python# -*- coding:utf-8 -*- open('a.txt','w+') 阅读全文
posted @ 2019-10-15 15:54
流星曳尾
阅读(168)
评论(0)
推荐(0)
摘要:
#!/usr/bin/python# -*- coding:utf-8 -*- import os dir = './dir'os.mkdir(dir) 阅读全文
posted @ 2019-10-15 15:24
流星曳尾
阅读(140)
评论(0)
推荐(0)

浙公网安备 33010602011771号