這可以通過 Python介面 通過以下方式實現: >>> import timeit >>> timeit.timeit('"-".join(str(n) for n in range(100))', number=10000) 0.3018611848820001 > ...
確定! 回上一頁