用python执行cmd代码(例如打开一个图片)

44 阅读1分钟
import os

os.system("start C:\Program Files\Google\Chrome\Applicatio\some.png")