美文网首页
python 的类是传引用的,必须注意。

python 的类是传引用的,必须注意。

作者: 半步江南 | 来源:发表于2019-01-22 21:59 被阅读2次

    class e :
    ... def init(self):
    ... self.a=[]
    ... def change(self):
    ... look = self.a
    ... look.append(123)

    相关文章

      网友评论

          本文标题:python 的类是传引用的,必须注意。

          本文链接:https://www.haomeiwen.com/subject/odxdjqtx.html