随笔分类 -  Python学习

摘要:# -*- coding: utf-8 -*-import argparseargs = "-f hello.txt -n 1 2 3 -x 100 -y b -z a -q hello @args.txt i_am_bar -h".split() # 使用@args.txt要求fromfile_p... 阅读全文
posted @ 2014-12-30 11:14 Duerbin 阅读(3365) 评论(0) 推荐(1)