python面向对象(二)

guanghui-hua / 2024-03-09 / 原文

super()的用法

Reference

  1. python doc-Built->in Functions->super
  2. 菜鸟教程-python内置函数-super()函数