C# 强制GC垃圾回收 在需要调用垃圾回收的地方调用ClearMemory() public static void ClearMemory() { GC.Collect(); GC.WaitForPendingFinali … 继续阅读 C# 强制GC垃圾回收