{% extends "base.html" %} {% block title %} 页面缓存 {% endblock %} {% block body %}

{% if location_info.matching_rules == 'tpf' %}  通配符   {% else %}  通配符   {% endif %} {% if location_info.matching_rules == 're' %}  正则表达式   {% else %}  正则表达式   {% endif %} {% if location_info.matching_rules == 'precise' %}  精确匹配    {% else %}  精确匹配   {% endif %}
{% if location_info.case_info == '~*' %}  忽略   {% else %}  忽略   {% endif %} {% if location_info.case_info == '~' %}  不忽略 {% else %}  不忽略 {% endif %}
{% endblock %} {% block js %} {% endblock %}