摘要:
pip install pyinstaller==3.1 打包 目标文件 pyinstaller -F xxx.py 阅读全文
摘要:
#查看ip print (os.popen('ipconfig').read().decode('cp936')) #查看 进程print (os.popen('tasklist /FI "IMAGENAME eq qq.exe').read().decode('cp936'))#kill 进程os 阅读全文