2006年02月15日 星期三 00:22
On 2/15/06, HoLin <holin.he at gmail.com> wrote: > 哈哈,limodou先生也还没睡啊? > ajax同学真不错啊,我要向你学习. > 还没有。在学 django 呢! -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit
2006年02月20日 星期一 11:01
也许我们可以用另外一种思路理解Python中类成员的访问控制。 Python是一个解释执行的脚本语言,简单是其重要的特性。正因为这种 简单,才能使我们能够快速的写出解决实际问题的代码。Python提供的 class特性,允许我们用面向对象的思想构造程序结构,同时它又不把 我们局限在严格的类成员访问级别上。这样一来,让我们有充分的余地 灵活的使用类实例和类方法。重要的不在语法,而在于我们的编程思想。 ----- Original Message ----- From: ajax chelsea To: python-chinese at lists.python.cn Sent: Monday, February 13, 2006 9:26 PM Subject: [python-chinese] Python中有没有public,protected,private? 请问如何控制模块中定义的class或者function对其它的模块不可见呢? ------------------------------------------------------------------------------ _______________________________________________ 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/20060220/5b918763/attachment.htm
Zeuux © 2025
京ICP备05028076号