随笔分类 -  robot字典

摘要:# 类的定义 class RobotObjectDict(dict): def __getattr__(self, attr): value = self[str(attr).upper()] return RobotObjectDict(value) if isinstance(value, di 阅读全文
posted @ 2021-02-02 18:10 该显示昵称已被使用了 阅读(62) 评论(0) 推荐(0)