类怎么传参数 初始化函数

class A():

def __init__(self,b,c)

self.b = b

self.c =c

原文地址:https://www.cnblogs.com/diced-bean/p/14594513.html