# -*- 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... Read More
posted @ 2014-12-30 11:14 Duerbin Views(3358) Comments(0) Diggs(1)