如下所示程序片段中:Class MyClass: def __init__(self): x = 30 __x = 1 self.x = 2 self.__x = 3其中私有属性是() A、xB、self.__xC、self.xD、__x 发布时间:2024-12-07 22:38:46