httplib.InvalidURL: nonnumeric port:

前端 未结 0 1623
自闭症患者
自闭症患者 2021-02-15 06:07

i\'m trying to do a script which check if many urls exists:

import httplib

with open(\'urls.txt\') as urls:
    for url in urls:
        connection = httplib.HT         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题