Django Book 翻译
菜单>:
TOC
返回
原文:
Filters can be *chained* that is, the output of one filter is applied to the next. Heres a common idiom for escaping text contents, and then converting line breaks to ``
`` tags:
翻译:
过滤器可以被 *串联* ,就是说一个过滤器的输出可以被输入到下一个过滤器。这里有一个常见的 惯用语法,先转义文本到HTML,再转换每行到 ``
`` 标签:
备注:
译者: