摘要: django05 一、模板层之标签 1.if条件 {% if 条件1(可以是自己写也可以用传递过来的数据) %} <p>Today is another day</p> {% elif 条件2(可以是自己写也可以用传递过来的数据)%} <p>Wish you happy</p> {% else %} 阅读全文
posted @ 2022-12-14 23:46 阿丽米热 阅读(29) 评论(0) 推荐(0)
Title