我有一个检查网站的程序,我想知道如何在Python中通过代理进行检查...
这是一个示例代码:
while True: try: h = urllib.urlopen(website) break except: print '['+time.strftime('%Y/%m/%d %H:%M:%S')+'] '+'错误。几秒钟后再次尝试...' time.sleep(5)
用户名或电子邮箱地址
密码