2006年06月19日 星期一 12:39
我有这样的一个需求 a="hello" l=[a] 我定义了这样的一个函数 def getNamesInList(l) 可以返回["a"]吗 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060619/0fb35045/attachment.html
2006年06月19日 星期一 12:57
你可以用 globals() 获取所有全局变量的 名字-对象 的字典。然后遍历这个字典,根据 l 中每个对象查到其名字。 我很想知道到底是什么样的程序会有这样的一个需求。 -- http://codeplayer.blogbus.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060619/e81c18b1/attachment.html
2006年06月19日 星期一 12:58
一个"对象"可以有多个"名字",这个需求本身就是有歧义的啊。 On 6/19/06, 段玉 <i_love_program at 163.com> wrote: > > 我有这样的一个需求 > a="hello" > l=[a] > 我定义了这样的一个函数 > def getNamesInList(l) > 可以返回["a"]吗 > > > > _______________________________________________ > 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/20060619/f91b077c/attachment.html
Zeuux © 2025
京ICP备05028076号