stop(){ echo "停止" } function name() { echo "张" } case '$1' in "start") stop ;; *) echo "没有参数" ;; esac