2021年12月30日
摘要: import requests filepath = 'url.txt' fileExist = 'exsit.txt' fileUnexist = 'unexsit.txt' with open(filepath) as fp: with open(fileExist,'w') as exs: w 阅读全文
posted @ 2021-12-30 11:40 让编程成为一种习惯 阅读(771) 评论(0) 推荐(0) 编辑