timeit 是Python標準庫內建的小工具,可以快速測試小段程式碼的效能。 認識timeit. timeit 函式: timeit.timeit(stmt, setup,timer, number).
確定! 回上一頁