乱人伦 国语对白海角社区,五月激情丁香婷婷综合中文字幕,欧美伊人婷婷久久五月综合,亚洲精品无amm毛片,亚洲男人第一无码AV网站,国产日韩欧美丝袜一区二区,亚洲一区精品在线观看

python验证网页是否存在-买球球大作战观战平台便宜

python验证网页是否存在

2026-01-16 12:13:49投稿人:拼搏體育APP網(wǎng)站(自貢)有限公司圍觀919663 評論

python驗證網(wǎng)頁是否存在

import urllib.requestimport timeopener = urllib.request.build_opener()opener.addheaders = [('User-agent', 'Mozilla/49.0.2')]# 這個是你放網(wǎng)址的文件名,改過來就可以了file = open('test.txt')lines = file.readlines()aa = []for line in lines:    temp = line.replace('', '')    aa.append(temp)print(aa)print('開始檢查:')for a in aa:    tempUrl = a    try:        opener.open(tempUrl)        print(tempUrl + '沒問題')    except urllib.error.HTTPError:        print('NULL')        time.sleep(4)    except urllib.error.URLError:        print('NULL')        time.sleep(4)    time.sleep(0.3)
展開閱讀全文

投稿時間:2022-06-04  最后更新:2022-06-04