2004年03月23日 星期二 08:56
我看见书上的代码,比如在__init__中用 self.aa="" self.bb="" 后,这个aa,bb应该是只属于__init__的局部变量嘛,为什么在其他方法中还可以用self.aa来调用呢,这不是成了全局变量?有点没有搞懂,请指点 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040323/68950acc/attachment.html
2004年03月23日 星期二 09:01
poly,您好! 关键在前面的self,这说明了该变量是属于实例的。如果前面没有self,才是局部变量. ======== 2004-03-23 08:56:58 您在来信中写道: ======== 我看见书上的代码,比如在__init__中用 self.aa="" self.bb="" 后,这个aa,bb应该是只属于__init__的局部变量嘛,为什么在其他方法中还可以用self.aa来调用呢,这不是成了全局变量?有点没有搞懂,请指点 = = = = = = = = = = = = = = = = = = = = = = 致 礼! 0.706 0.706 at 163.com 2004-03-23 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040323/772f34f6/attachment.htm
Zeuux © 2024
京ICP备05028076号