首字母大写的函数是不在作用域内的。 " 定义函数function foo() echo 'bar'" 如果没有显示指定返回值,默认返回 0 return 'baz'endfunction" 调用函数call foo()