timeit 模块--准确测量小段代码的执行时间 · $ python -m timeit '"-".join(str(n) for n in range(100))' · 10000 loops, best of 3: 40.3 usec per loop ...
確定! 回上一頁