shell 入参问题一个脚本的入参有 $1 $2比如有一个变量temptemp有时候取$1 有时候 取$2 想用一个变量a 去代替$1 $2中的 1 和2 temp=$$a temp=$"$a" 各种不行啊 这个该怎么写[解决办法]eval temp='$'$a