我执行以下语句时返回-2147024809
subprocess.call([r"C:\Windows\CCM\VAppLauncher.exe" , r"/launch 'Mozilla Firefox 1.0'"])
在命令提示符中,当我执行
时C:\Windows\CCM\VAppLauncher.exe /launch "Mozilla Firefox 1.0"
它启动Firefox没有任何问题。事实是" Mozilla Firefox"引用引起问题的地方?