2020年10月28日
摘要: 模板函数 模板函数就是可以在前端html页面中执行的函数。 一、第一种,只是执行一个函数 1、创建 templatetags 文件夹 2、在 templatetags文件夹中 创建如eg.py文件。 from django import template register = template.Li 阅读全文
posted @ 2020-10-28 11:23 大能猫不是猫 阅读(123) 评论(0) 推荐(0)