# -*- coding: utf-8 -*- import subprocess import sys subprocess.call(u"notepad.exe 我.log".encode(sys.getfilesystemencoding()), shell=True)关键:
encode(sys.getfilesystemencoding())

# -*- coding: utf-8 -*- import subprocess import sys subprocess.call(u"notepad.exe 我.log".encode(sys.getfilesystemencoding()), shell=True)关键:
encode(sys.getfilesystemencoding())