标签: python
我有一个非常简单的代码段
dirtime = os.path.getmtime(directory) now = time.time()
如果我打印两个值,则现在看起来是3秒后。对此有何解释?