摘要: #!/usr/bin/python2.7 # -*- coding: utf-8 -*- import time import exceptions def func(): # a,b = None 1/0 time.sleep(1) print 'func done\n' count = 0 start_t = None success = False ... 阅读全文
posted @ 2018-06-30 15:26 马贡多在下雨 阅读(160) 评论(0) 推荐(0)