public class Program { [DllImport("psapi.dll")] static extern int EmptyWorkingSet(IntPtr hwProc); //清理內存相關 static void Main() { //啟動 ...
確定! 回上一頁