用函數打印hello

#!/bin/bash
num(){
echo "hello"
}
num
相關文章
相關標籤/搜索