Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Python 中这两个函数 time.now() 和 time.time() 之间的区别。非常感谢!
如果你的意思是datetime.now()和time.time():
datetime.now()
time.time()
datetime.now()如果可能的话,会更精确。
看:
http://docs.python.org/library/datetime.html