摘要: import time def func1(): for i in range(10000): i+1 def func2(): for i in range(10000): i+1 start = time.time() func1() func2() stop=time.time() print 阅读全文
posted @ 2019-06-28 12:43 zhouhao666 阅读(1185) 评论(0) 推荐(0)