int factorial (int n) { if (n <= 1) return 1; else return factorial (n - 1) * n; } ... 使用方法. map在使用之前需要先声明,声明的方式如下 declare -A map_name.
確定! 回上一頁