摘要:
类的定义方法 class Account: def __init__(self, account_holder): 必须有 函数,该函数无需return self.balance = 0 self.holder = account_holder def deposit(self, ... 阅读全文
摘要:
1. Python3可以使用 声明父级框架的变量 2. Python中可以使用字典将多个函数绑定在同一个函数名上 阅读全文