import subprocess DETACHED_PROCESS = 0x00000008 subprocess.Popen(["notepad"], shell=True, close_fds=True, creationflags=DETACHED_PROCESS).
確定! 回上一頁