Loading... # 使用python用ps打开指定psd ```python os.popen('"G:\Adobe\Adobe Photoshop CC 2019\Photoshop.exe" "E:\pic\1.psd"') time.sleep(15) # 15秒后关闭ps进程 os.popen('taskkill /f /t /im Photoshop.exe') ``` # 使用python打开记事本 ```python os.system('notepad') os.system('notepad 0.txt') ``` 最后修改:2021 年 09 月 02 日 © 允许规范转载 打赏 赞赏作者 微信 赞 0 如果觉得我的文章对你有用,请随意赞赏
此处评论已关闭