Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在图像被一一加载到内存中时释放内存。
我正在处理图像幻灯片,所有图像都与列表绑定。当播放幻灯片图像在内存中一一加载时,现在我尝试在显示第二张图像时将第一张图像从内存中删除。怎么能做到这一点?
删除所有对 image1 的引用,处理需要处理的内容并等待 GC 发挥作用。