首页 > 编程语言 > 详细

python学习常用到的模块

时间:2016-03-22 06:35:57      阅读:222      评论:0      收藏:0      [点我收藏+]



getopt:

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

本文出自 “小九哥” 博客,请务必保留此出处http://xiaojiuge.blog.51cto.com/3057657/1753640

python学习常用到的模块

原文:http://xiaojiuge.blog.51cto.com/3057657/1753640

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!