摘要: demo如下: from retrying import retry def retry_error(exception): return isinstance(exception, NameError) # return isinstance(exception, Exception) @retr 阅读全文