摘要:
python中 getopt 模块,该模块是专门用来处理命令行参数的函数getopt(args, shortopts, longopts = [])参数args一般是sys.argv[1:]shortopts 短格式 (-)longopts 长格式(--) try:options,args = ge 阅读全文
posted @ 2018-04-22 09:37
g_che
阅读(487)
评论(0)
推荐(0)