while True:
try:
# do something
except Exception as e:
print e
continue
break
python循环执行
最新推荐文章于 2024-10-04 05:00:00 发布
while True:
try:
# do something
except Exception as e:
print e
continue
break