浅谈Python中的私有变量 私有变量表示方法 在变量前加上两个下划线的是私有变量。 class Teacher(): def __init__(self,name,lev python编程 2022-04-08 228 点赞 3 评论 345 浏览