解决Shell执行python文件,传参空格引起的问题 使用shell调用一个python文件,并向shell中传入参数,举例如下:p1='wang'p2='shuang'pythonpy文件$p1$ 传参空格