Python论坛  - 讨论区

标题:[python-chinese] 关于django模版截取中文的问题

2007年04月07日 星期六 14:08

Keger(徐可) netmud在gmail.com
星期六 四月 7 14:08:44 HKT 2007

ÎÒÐèÒªÏÔʾһ¶Î±êÌ⣬µ±ÄÚÈݹý³¤Ê±£¬×Ô¶¯½Ø¶ÏÏÔʾ£¬ Óà trancateword ²»ÐÐ, ²»ÖªÓ¦¸ÃÈçºÎʵÏÖ
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070407/c37800c8/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年04月07日 星期六 14:17

Zoom.Quiet zoom.quiet在gmail.com
星期六 四月 7 14:17:58 HKT 2007

On 4/7/07, Keger(徐可) <netmud在gmail.com> wrote:
> 我需要显示一段标题,当内容过长时,自动截断显示, 用 trancateword 不行, 不知应该如何实现
> _______________________________________________

可以象Gmail 一样使用CSS+DIV 进行显示处理,不用通过DJ 进行处理

-- 
'''Time is unimportant, only life important!
http://zoomquiet.org
blog在http://blog.zoomquiet.org/pyblosxom/
wiki在http://wiki.woodpecker.org.cn/moin/ZoomQuiet
scrap在http://floss.zoomquiet.org
douban在http://www.douban.com/people/zoomq/
____________________________________
Pls. use OpenOffice.org to replace M$ Office.
     http://zh.openoffice.org
Pls. use 7-zip to replace WinRAR/WinZip.
     http://7-zip.org/zh-cn/
You can get the truely Freedom 4 software.
'''

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年04月26日 星期四 15:22

老生 liangzhengzhang在gmail.com
星期四 四月 26 15:22:30 HKT 2007

×Ö·û±àÂëµÄÎÊÌâ°É£¿

    length = int(num)
    words = s.decode('utf-8')
    if len(words) > length:
        words = words[:length]
        if not words[-1].endswith('...'):
            words=words+"..."
    return ''.join(words)


ÔÚ07-4-7£¬Zoom. Quiet <zoom.quiet在gmail.com> дµÀ£º
>
> On 4/7/07, Keger(Ðì¿É) <netmud在gmail.com> wrote:
> > ÎÒÐèÒªÏÔʾһ¶Î±êÌ⣬µ±ÄÚÈݹý³¤Ê±£¬×Ô¶¯½Ø¶ÏÏÔʾ£¬ Óà trancateword ²»ÐÐ, ²»ÖªÓ¦¸ÃÈçºÎʵÏÖ
> > _______________________________________________
>
> ¿ÉÒÔÏóGmail Ò»ÑùʹÓÃCSS£«DIV ½øÐÐÏÔʾ´¦Àí£¬²»ÓÃͨ¹ýDJ ½øÐд¦Àí
>
> --
> '''Time is unimportant, only life important!
> http://zoomquiet.org
> blog在http://blog.zoomquiet.org/pyblosxom/
> wiki在http://wiki.woodpecker.org.cn/moin/ZoomQuiet
> scrap在http://floss.zoomquiet.org
> douban在http://www.douban.com/people/zoomq/
> ____________________________________
> Pls. use OpenOffice.org to replace M$ Office.
>     http://zh.openoffice.org
> Pls. use 7-zip to replace WinRAR/WinZip.
>     http://7-zip.org/zh-cn/
> You can get the truely Freedom 4 software.
> '''
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070426/eefdf95c/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号