Loading

摘要: ## Python weakref 弱引用 > 要理解weakref核心在于Python的垃圾回收机制及其包含的引用计数 ### 引用计数 ```python import sys a = "cnblogs.sgt" # 使用 sys.getrefcount 查看变量引用计数 # 注意下:函数 sy 阅读全文
posted @ 2023-06-16 07:54 MrSu 阅读(160) 评论(0) 推荐(0) 编辑