在Python中,如何在Windows资源管理器中跳转到文件?我找到了跳转到文件夹的解决方案:
import subprocess subprocess.Popen('explorer "C:\path\of\folder"')
但我没有文件的解决方案.
python windows explorer
explorer ×1
python ×1
windows ×1