56u6i 发表于 2016-3-22 08:21:20

python学习常用到的模块

getopt:
    The getopt module is the old-school command line option parser thatsupports the conventions established by the Unix functiongetopt(). It parses an argument sequence, such as sys.argv andreturns a sequence of (option, argument) pairs and a sequence ofnon-option arguments.

页: [1]
查看完整版本: python学习常用到的模块