在shell工具中,有专门的getopt函数,使用方法如下所示:. while getopts"d:t:vh"opt; do; case"${opt}"in; "d"); DATE="${OPTARG}" ...
確定! 回上一頁