Day33.反射案例
摘要:
1.反射案例_getattr案例和setattr案例 obj = 10 if hasattr(obj, 'x'): print(getattr(obj, 'x')) else: pass # todo getattr指定默认参数,如果从10中获取不到'x'属性,则输出默认值None print("g 阅读全文
posted @ 2024-07-11 18:08 与太阳肩并肩 阅读(2) 评论(0) 推荐(0) 编辑
posted @ 2024-07-11 18:08 与太阳肩并肩 阅读(2) 评论(0) 推荐(0) 编辑
posted @ 2024-07-11 17:12 与太阳肩并肩 阅读(1) 评论(0) 推荐(0) 编辑
posted @ 2024-07-11 14:50 与太阳肩并肩 阅读(1) 评论(0) 推荐(0) 编辑
posted @ 2024-07-11 14:03 与太阳肩并肩 阅读(8) 评论(0) 推荐(0) 编辑