首页 |  我的博客 |  查看该博主内容分类 | 
摘要: ## 示例 - 代码示例 ~~~python class MyClass(Exception): def __init__(self, info): self.info = info def my_method(self): print('MyClass.my_method print self.i 阅读全文
posted @ 2023-08-11 11:39 Z哎呀 阅读(50) 评论(0) 推荐(0)