案例14:定义一个hello函数,该函数可以输出“hello itheima”,并在脚本中使用该函数。 1 #!/bin/sh 2 #function hello 3 function hello(){ 4 ...
確定! 回上一頁