摘要:
异常处理程序常规语法 try: suite1 #测试语句块except exception1: suite2 #如果测试语句suite1中发生exception1异常时执行except (exception2,exception3): suite3 #如果测试语句suite1中发生元组中任意异常时执 阅读全文
posted @ 2017-05-08 17:28
kindnull
阅读(125)
评论(0)
推荐(0)
浙公网安备 33010602011771号