为了账号安全,请及时绑定邮箱和手机立即绑定

无论是老式类还是新式类,在Python3.5中显示结果是一样

无论是老式类还是新式类,在Python3.5中显示结果是一样

D:\Deps\PycharmProjects\OOP\venv\Scripts\python.exe D:/Deps/PycharmProjects/OOP/oop_001_class.py
<class '__main__.OldStyle'>
['__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', 'des', 'name']
---------------------------------------------------------------------
<class '__main__.NewStyle'>
['__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', 'des', 'name']

Process finished with exit code 0


正在回答

2 回答

对的,现在都是一样了。

0 回复 有任何疑惑可以回复我~
python3里都继承自object类


1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

无论是老式类还是新式类,在Python3.5中显示结果是一样

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信