2006年04月08日 星期六 14:36
我还是python的初学者,虽然《简明python教程》中说:"The self in Python is equivalent to the selfpointer in C++ and the this reference in Java and C#. (Python中的self等价于C++中的self指针和Java、C#中的this 参考)".但我想问一下,在类中定义方法时,有没有不写self的情况!麻烦举个例子!谢谢! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060408/61ee2e30/attachment.html
2006年04月08日 星期六 15:30
如果写得是静态方法就不写self。 class A: @staticmethod def test(): print 'hello' On 4/8/06, boyeestudio <boyee118 at gmail.com> wrote: > > 我还是python的初学者,虽然《简明python教程》中说:"The self in Python is equivalent to the > self pointer in C++ and the this reference in Java and C#. (Python中的 self > 等价于C++中的self指针和Java、C#中的this参考)".但我想问一下,在类中定义方法时,有没有不写self的情况!麻烦举个例子!谢谢! > > _______________________________________________ > 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/20060408/0a565eb5/attachment-0001.htm
2006年04月09日 星期日 15:52
http://www.linuxforum.net/forum/showflat.php?Cat=&Board;=python&Number;=587717&page;=&view;=&sb;=&o;=&vc;=1 你看看这个帖子对你有没有帮助。 我开始也是看你说的那个教程,简明教程嘛,个人感觉说得不够仔细,很多方面都没说明道理大多靠自己在例子中领会,这样必然有些疏漏。我现在在看《Python语言入门》是中国电力出版社翻译出版的,虽然在语言方面有些难懂,但多看两边还是有不少收获的,以前很多模糊的问题现在明白了,如果你是初学者建议看看。可以邮寄。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060409/1d28c4f4/attachment.html
Zeuux © 2025
京ICP备05028076号