第一种方式

function hello

{

echo "hello"

}

 

第二种方式

hello()

{

echo "hello"

}

调用函数

命令行:hello

相关文章:

  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2021-12-10
  • 2021-12-11
  • 2021-06-10
猜你喜欢
  • 2021-12-26
  • 2021-10-09
  • 2021-10-12
  • 2021-10-20
  • 2022-02-10
  • 2022-02-10
  • 2022-02-10
相关资源
相似解决方案