2006年12月26日 星期二 23:17
Django Step by Step (¶þ) СµÜÓеãûŪÃ÷°×: if request.POST.has_key('a'): a = int(request.POST['a']) b = int(request.POST['b']) ÕâÈýÐдúÂëÖÐ if request.POST.has_key('a'): ºÍ a = int(request.POST['a']) b = int(request.POST['b']) ËüÃÇÈýÐÐÖ®¼äÊÇʲô¹Øϵ???Çë¸÷λ´ó¸çÏéϸ˵˵Âï: -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20061226/c34eaf43/attachment.htm
2006年12月26日 星期二 23:20
一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20061226/e99c1c17/attachment.htm
2006年12月27日 星期三 00:05
python²»ÏñÆäËûÓïÑÔÓÐ{}Ö®ÀàµÄ¶«Î÷¡£indent£¨¾ÍÊÇËõ½ø£©¾ö¶¨ÁË´úÂëµÄÖ´ÐÐ˳Ðò¡£ On 12/26/06, yang luo <antoine.smile在gmail.com> wrote: > > Django Step by Step (¶þ) > > СµÜÓеãûŪÃ÷°×: > > if request.POST.has_key > ('a'): > a = int(request.POST['a']) > b = int(request.POST['b']) > > > > ÕâÈýÐдúÂëÖÐ if request.POST.has_key('a'): ºÍ > > > > a = int(request.POST['a']) > b = int(request.POST['b']) > > > > ËüÃÇÈýÐÐÖ®¼äÊÇʲô¹Øϵ???Çë¸÷λ´ó¸çÏéϸ˵˵Âï: > > > _______________________________________________ > 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/20061227/a336a411/attachment.html
2006年12月27日 星期三 08:56
> 它们三行之间是什么关系???请各位大哥祥细说说嘛: > 这是python的基础语法。正如Adieu所说,python正是通过缩近来决定代码块的。因为第一句是一个if语句,它后面有一个':'号,所以在后面的代码,如果是缩近的,表示都是这个if语句中所包含的块语句。如果缩近与if相同,就说明已经离开了if语句了。 建议你找一本python的入门教程先看几天。 -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou
Zeuux © 2025
京ICP备05028076号