import win32api, win32gui; ct = win32api.GetConsoleTitle(); hd = win32gui.FindWindow(0,ct); win32gui.ShowWindow(hd,0).
確定! 回上一頁