关于函数 2017-11-06 本文已影响10人 Luyc_Han 函数定义和返回值 function test() { return "$1" } q=$(test 13) echo $? echo "打印"