摘要: 场景 退出多重for循环,break只能退出一层 class ReturnError(Exception): pass def compare(dst, src): try: for dst_k, dst_v in dst_dict.items(): if dst_k not in src_dict 阅读全文
posted @ 2022-05-31 11:23 fly_pig 阅读(19) 评论(0) 推荐(0) 编辑