摘要:
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
让编程成为一种习惯
阅读(796)
评论(0)
推荐(0)
浙公网安备 33010602011771号