# coding: utf-8 li = [1,2,3,4,5] for num in li: while True: try: # do something except some error: continue break 相关文章: 2022-12-23 2021-12-25 2021-12-25 2022-01-16 2022-03-10 2022-01-07 2022-12-23 2022-12-23