Django Book 翻译
菜单>:
TOC
返回
原文:
``parser.parse()`` takes a tuple of names of block tags to parse until. It returns an instance of ``django.template.NodeList`` , which is a list of all ``Node`` objects that the parser encountered *before* it encountered any of the tags named in the tuple.
翻译:
``parser.parse()`` 接收一个包含了需要分析块标签名的元组作为参数. 它返回一个 ``django.template.NodeList`` 实例, 它是一个包含了所有 ``Node`` 对象的列表,这些对象代表了分析器在遇到元组中任一标签名之 *前* 的内容.
备注:
译者: