On Windows you could use os.startfile() to open a file using default application: import os os.startfile(filename) There is no shutil.open() that would do ...
確定! 回上一頁