python檢測端口並殺死(windows下)

快速檢測windows下的端口占用,並殺死它。html 在項目中可能會使用到,好比adb控制,appium控制等。。python 話很少說直接上代碼:windows import os def kill_port(port): # 查找端口的pid find_port= 'netstat -aon | findstr %s' % port result = os.popen
相關文章
相關標籤/搜索