摘要:
try: [body] except [ErrorType1] [handler1] except [ErrorType2] [handler2] except: [handler3] 自定义异常: def main(): class TreelightException(Exception): d 阅读全文
posted @ 2019-04-16 09:24
Treelight
阅读(199)
评论(0)
推荐(0)