Django Book 翻译
菜单>:
TOC
返回
原文:
After ``parser.parse()`` is called, the parser hasnt yet consumed the ``{% endcomment %}`` tag, so the code needs to explicitly call ``parser.delete_first_token()`` to prevent that tag from being processed twice.
翻译:
在 ``parser.parse()`` 被调用之后,分析器还没有清除 ``{% endcomment %}`` 标签,因此代码需要显式地调用 ``parser.delete_first_token()`` 来防止该标签被处理两次。
备注:
译者: