static void Main(string[] args){ object obj = new object(); obj = null; GC.Collect();// 通知托管堆强制回收垃圾 Console.ReadKey(true);}