摘要: # coding: utf-8 li = [1,2,3,4,5] for num in li: while True: try: # do something except some error: continue break 阅读全文
posted @ 2016-07-13 14:46 捕蛇者说 阅读(4965) 评论(0) 推荐(0) 编辑