说明: 1) 如果你在另一个window中keep了该window中的object的reference,即使关闭该window,内存也没有释放 As you might know, windows opened with window.open() may share a process with its opener (_blank or _new window may not). That is, even if you see those two windows on the desktop, if you look at the process table in the Task Manager, you may only see one IEXPLORE.EXE running. Memory may only be released when the process is terminated