#! /bin/bash echo "hello" echo "Shell 传递参数" echo "执行的文件名:$o"; echo "第一个参数: $1"; echo "第二个参数: $2"; echo "第三个参数: $3";