摘要: 1 start () { 2 3 echo "Apache start ...... [OK]" 4 #return 0 可以写一个返回值,比如执行成功返回 0 5 } 6 7 stop () { 8 9 echo "Apache stop ...... [Fail]" 10 } 11 12 sta 阅读全文
posted @ 2020-02-12 22:25 wilson'blog 阅读(198) 评论(0) 推荐(0)