摘要:
场景 退出多重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 阅读全文
摘要:
1. for循环与中断 Test1 [Documentation] xxx FOR ${var} IN RANGE 1 100 打印日志 ${var} ${res} 业务层 Should Be Equal ${res} success # 只出现一次 Run keyword If '${res}'= 阅读全文