发布网友 发布时间:2022-04-24 09:25
我来回答
共1个回答
热心网友 时间:2022-04-18 14:27
try_num=0html=Nonewhile True: try: html=urlopen(...) except: pass try_num+=1 if try_num>20 or html != None: break time.sleep(10)