这里放下如何用 getopts 解析长格式的输入参数方法:. #!/usr/bin/env bash optspec=":hv-:" while getopts "$optspec" optchar; ...
確定! 回上一頁