b
bg7zag 的博客
cqcqcq,这里是BG7ZAG,会coding的HAM,分享生活趣事、建站技术、前端开发、汽车相关、deepin系统、业余无线电等!73!
bg7zag · 注册于 2026-09-17 · 457 博文 · 0 帖子 · 0 回复
筛选: 标签「过滤器」 ✕ 清除
Django模板过滤器报错TemplateSyntaxError: default requires 2 arguments, 1 provided
错误的代码: ``` &ltinput id="article_id" name="article_id" type="hidden" value="{{ article.id | default: '0' }}" /&gt ``` 正确的代码: ``` &ltinput id="arti...