Shell脚本return、echo、printf ,ehco和return return 返回的是状态码, ... #!/bin/bash function test(){ return 200 } ret=$(test) echo ...
確定! 回上一頁