摘要: 1 #!/usr/bin/env python 2 #coding:utf8 3 import time 4 def timeit(func): 5 print "start at: ",time.ctime() 6 newlist = func() 7 print "stop at: ",time 阅读全文
posted @ 2017-11-04 22:25 jack-toy 阅读(122) 评论(0) 推荐(0) 编辑