Django Book 翻译
菜单>:
TOC
返回
原文:
Then we import the ``datetime`` module from Pythons standard library, the set of useful modules that comes with Python. The ``datetime`` module contains several functions and classes for dealing with dates and times, including a function that returns the current time.
翻译:
然后我们从 Python 标准库(Python 自带的实用模块集合)中导入(import) ``datetime`` 模块。 ``datetime`` 模块包含几个处理日期和时间的函数(functions)和类(classes),其中就包括返回当前时间的函数。
备注:
译者: