Multiple (asynchronous) connections with urllib2 or other http library?

前端 未结 6 1018
耶瑟儿~
耶瑟儿~ 2020-11-29 04:43

I have code like this.

for p in range(1,1000):
    result = False
    while result is False:
        ret = urllib2.Request(\'http://server/?\'+str(p))
               


        
6条回答
提交回复
热议问题