如何用python得到当前运行的脚本的PID

2024-12-04 06:44:32
推荐回答(1个)
回答1:

import threading

pid=threading.get_ident()