Django Book 翻译
菜单>:
TOC
返回
原文:
``if`` tags dont allow ``and`` and ``or`` clauses within the same tag, because the order of logic would be ambiguous. For example, this is invalid:
翻译:
不允许 ``and`` 和 ``or`` 同时出现在一个 ``if`` 语句中,因为这样会有逻辑上的问题。例如这样是有语病的:
备注:
译者: