python3.5 -m timeit '",".join(str(n) for n in range(100))' 10000 loops, best of 3: 27.6 usec per loop. 一個更實際的例子,可以在Lab 檔案的demos/timeit 中 ...
確定! 回上一頁