2006年07月01日 星期六 09:57
表Y: year= .......... 表C: foryear= ......(Y) # 关联到Y 接着我: ABC=C.object.get(id=1) ABC.foryear.year 出来的数却是 1992L 而不是1992 我在模板中直接{{ ABC.foryear.year }}的话 无法显示出来 现在采用的办法是干脆另设一个模板变量 在view中把ABC.foryear.year单独int( ) 然后传过去 不知道为什么会1992L呢? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060701/960a7144/attachment.html
2006年07月01日 星期六 13:14
L 表示长整型,用 str(ABC.foryear.year) -- 开飞机的舒克 http://www.lvye.org/shuke msn:weizhong at netease.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060701/c4b9f867/attachment.htm
2006年07月01日 星期六 14:03
原来如此.可惜django的模板处理里好象不支持python内置函数 自己写过滤器又麻烦了点 将就着用吧 还有个大白菜问题 实在不好再换地问 接着这里请教了吧 像1999这样的整型数 有没有什么内置函数或者简单方法 一下就取到99这个数呢? 也就是后两位 在06-7-1,魏忠 <weizhong2004 at gmail.com> 写道: > > > L 表示长整型,用 str(ABC.foryear.year) > > > > > -- > 开飞机的舒克 > http://www.lvye.org/shuke > msn:weizhong at netease.com > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060701/e3613a71/attachment.htm
2006年07月01日 星期六 15:08
1999%100 On 7/1/06, 风向标 <vaneoooo at gmail.com> wrote: > > > 原来如此.可惜django的模板处理里好象不支持python内置函数 > 自己写过滤器又麻烦了点 > 将就着用吧 > > 还有个大白菜问题 实在不好再换地问 > 接着这里请教了吧 > > > 像1999这样的整型数 > 有没有什么内置函数或者简单方法 > 一下就取到99这个数呢? > 也就是后两位 > > > 在06-7-1,魏忠 <weizhong2004 at gmail.com> 写道: > > > > > L 表示长整型,用 str(ABC.foryear.year) > > > > > -- > 开飞机的舒克 > http://www.lvye.org/shuke > msn:weizhong at netease.com > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > >
Zeuux © 2025
京ICP备05028076号