摘要: def is_connection_usable(func): def wrapper(*args, **kwargs): result = None try: result = func(*args, **kwargs) result[0] except OperationalError: con 阅读全文
posted @ 2018-02-06 11:40 Rubick7 阅读(339) 评论(0) 推荐(0)