2005年04月20日 星期三 09:43
例如我的表单有4项(比如有两个文本框,两个下拉框),但只想用两个文本框的 内容,是否也必须在参数中写所有表单的内容? urlimage(self,shirt,imgurl,myfile,imgfrom): 像上面就是都写下了,可否只写需要的参数?像提交按钮如果也有name值,那么他 也要我提供,晕。
2005年04月20日 星期三 09:48
只写你需要的就可以了。 __ Best Regards, Kebo Wang >-----Original Message----- >From: python-chinese-bounces at lists.python.cn >[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of 清风 >Sent: Wednesday, April 20, 2005 9:44 AM >To: python-chinese at lists.python.cn >Subject: [python-chinese] Cherrypy必须在参数中写下所有的表单项目吗? > >例如我的表单有4项(比如有两个文本框,两个下拉框),但只想用两个文本框的 >内容,是否也必须在参数中写所有表单的内容? > >urlimage(self,shirt,imgurl,myfile,imgfrom): > >像上面就是都写下了,可否只写需要的参数?像提交按钮如果也有name值,那么他 >也要我提供,晕。 > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- A non-text attachment was scrubbed... Name: Kebo Wang (kebowang at gmail.com).vcf Type: text/x-vcard Size: 313 bytes Desc: not available Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20050420/0d8759e3/KeboWangkebowanggmail.com.vcf
2005年04月20日 星期三 12:55
写成def func(*arg)行不行。这样多少个都没有问题。 在05-4-20,清风<baoogle at 126.com> 写道: > 例如我的表单有4项(比如有两个文本框,两个下拉框),但只想用两个文本框的 > 内容,是否也必须在参数中写所有表单的内容? > > urlimage(self,shirt,imgurl,myfile,imgfrom): > > 像上面就是都写下了,可否只写需要的参数?像提交按钮如果也有name值,那么他 > 也要我提供,晕。 > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > -- I like python! My Donews Blog: http://www.donews.net/limodou My Sina Blog: http://blog.sina.com.cn/blog/1148608914 New Google Maillist: http://groups-beta.google.com/group/python-cn
Zeuux © 2025
京ICP备05028076号