python直接访问私有属性的简单方法 实例化对象名._类名__私有属性名classFlylove:price=123def__init__(self):self.__direction='gobeijing.'zIng='wa 访问私有属性