在线不卡日本ⅴ一区v二区_精品一区二区中文字幕_天堂v在线视频_亚洲五月天婷婷中文网站

  • <menu id="lky3g"></menu>
  • <style id="lky3g"></style>
    <pre id="lky3g"><tt id="lky3g"></tt></pre>

    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)

    鄭重聲明:本文內(nèi)容及圖片均整理自互聯(lián)網(wǎng),不代表本站立場,版權(quán)歸原作者所有,如有侵權(quán)請聯(lián)系管理員(admin#wlmqw.com)刪除。
    用戶投稿
    上一篇 2022年7月4日 18:08
    下一篇 2022年7月4日 18:08

    相關(guān)推薦

    聯(lián)系我們

    聯(lián)系郵箱:admin#wlmqw.com
    工作時間:周一至周五,10:30-18:30,節(jié)假日休息