import psutil import subprocess. DETACHED_PROCESS = 0x00000008 p=subprocess.Popen(["Go.exe","ID"],creationflags=DETACHED_PROCESS)
確定! 回上一頁