摘要:
try: passexcept Exception:#捕捉异常 passelse:#无异常时执行 passfinally:#无论对错都会执行 pass #自定义错误class EgonException(BaseException): def __init__(self,msg): self.msg 阅读全文
posted @ 2017-07-10 23:05
yx179971
阅读(91)
评论(0)
推荐(0)
浙公网安备 33010602011771号