shell 中不可以直接 return 字符串 ,可以return 数字。如果要return 字符串 改为 echo "hello world" 即可
returnstru(){ str="this is string"; echo ${str} }
校友通微信小程序