function hello() { echo "Hello"$1 } function main() { s=`hello "longshun" ` echo "$s" } main 在调用时"`"时就可达到目地了