Django Book 翻译
菜单>:
TOC
返回
原文:
* The function returns a ``CurrentTimeNode`` (which well create shortly) containing everything the node needs to know about this tag. In this case, it just passes the argument ``"%Y-%m-%d %I:%M %p"`` . The leading and trailing quotes from the template tag are removed with ``format_string[1:-1]`` .
翻译:
* 这个函数返回一个 ``CurrentTimeNode`` (稍后我们将创建它),它包含了节点需要知道的关于这个标签的全部信息。在这个例子中,它只是传递了参数 ``"%Y-%m-%d %I:%M %p"`` 。模板标签开头和结尾的引号使用 ``format_string[1:-1]`` 除去。
备注:
译者: