我一直试图通过cmd将下面的命令传递给我的应用程序。不幸的是,我尝试了我能找到的每一个解决方案,但都没有工作!
run.py -- -command "func1(\"do this -and that\"); func1(\"do this -and that\");"
但是,我在申请中得到的是这个。两个命令完全相同。但我无法弄清楚为什么第二个函数的其余部分无法通过!
func1("do this -and that"); func1("do this -and;
感谢任何帮助!