import time start = time.time() print("hello") end = time.time() print(end - start) ... 看到Python - time.clock()與time.time() - 準確度? 也可以看看:.
確定! 回上一頁