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]