1. super
2. *args, **kwargs
3. class object
4. type
5. isinstance
6. list[:] = another_list
本文共 141 字,大约阅读时间需要 1 分钟。
1. super
2. *args, **kwargs
3. class object
4. type
5. isinstance
6. list[:] = another_list
转载于:https://www.cnblogs.com/lynnge/p/5135616.html