会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
让编程成为一种习惯
博客园
首页
新随笔
管理
2021年12月30日
Python判断网站是否连通,请求是否为200
摘要: 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)
编辑