for plant in "A 26“ ”B 27“ do set -- $plant # 解释plant并设置位置参数 # --防止plant为空或以-开头 #保存原始位置参数 # orig-param=("$@") echo $1 done