Django模板标签截断文本 [英] Django template tag to truncate text

查看:24
本文介绍了Django模板标签截断文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Django 有 truncatewords 模板标签,它以给定的字数剪切文本.但是没有比 truncatechars 更像的东西了.

在给定的字符长度限制下剪切模板中文本的最佳方法是什么?

解决方案

最近在 Django 1.4 中添加了这个.例如:

{{ value|truncatechars:9 }}

在此处查看文档

Django has truncatewords template tag, which cuts the text at the given word count. But there is nothing like truncatechars.

What's the best way to cut the text in the template at given char-length limit?

解决方案

This has recently been added in Django 1.4. e.g.:

{{ value|truncatechars:9 }}

See doc here

这篇关于Django模板标签截断文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆