我有没有空白(工作文件)不能重命名的文件。文件名是
Evo PROG6001 FSJD0250240 E.PART
存储在变量中
file
. 如果我跑
os.system('start ' "'" + file + "'")
它只识别这个词
Evo
回报
Windows cannot find "Evo". Make sure you types the name correctly, and then try again
. 同样的事情发生在
os.system('start ' + file)
.