Python 使用命令如何打开我的电脑窗口,如图

2026年09月10日 22:19
有1个网友回答
网友(1):

import os

os.system("explorer c:\program files")