0,1,2分别代表你的命令和后面的第一个,第二个参数 比如你的命令叫test.sh,然后需要填入参数-f test进行运行 完整命令 test.sh -f test 那{0}就是test.sh{1}就是-f {2}就是test