🌈 搜索
📅  最后修改于: 2022-03-11 14:45:30.367000             🧑  作者: Mango
class book : def __init__(self): self.name="Khan" B=book() print(B.name)