Python suprocess.run() for Windows

前端 未结 0 736
我在风中等你
我在风中等你 2020-12-02 16:01

I create a png file and view it on macOS with

[...]
image.save("mandel.png", "PNG")
p = subprocess.run(["open", "mandel.png         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题