python的便携代码
import subprocess # 指定文件夹路径 folder_path = "/path/to/folder" # 使用系统命令打开文件夹 subprocess.Popen(["gnome-open", folder_path])