摘要:
import timedef timer(func): def deco(): start_time=time.time() func() stop_time=time.time() print ('the func run time is %s'%(stop_time-start_time)) r 阅读全文
posted @ 2018-01-06 19:54
张博的博客
阅读(130)
评论(0)
推荐(0)
contact me:wechat 15122306087