2007年04月07日 星期六 14:08
ÎÒÐèÒªÏÔʾһ¶Î±êÌ⣬µ±ÄÚÈݹý³¤Ê±£¬×Ô¶¯½Ø¶ÏÏÔʾ£¬ Óà trancateword ²»ÐÐ, ²»ÖªÓ¦¸ÃÈçºÎʵÏÖ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070407/c37800c8/attachment.html
2007年04月07日 星期六 14:17
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. '''
2007年04月26日 星期四 15:22
×Ö·û±àÂëµÄÎÊÌâ°É£¿ 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
Zeuux © 2025
京ICP备05028076号