![]() |
#2
外部三电铃2010-02-23 17:53
|
我定义一个类test,在__init__中定义
opts, args = getopt.gnu_getopt(sys.argv[1:], short_opts,long_opts)
现在我实例化这个类,
tmp=test(),那么args是什么?
tmp2=test('k:n:t:g:d:f:z:'),那么args是什么?
以上谢谢各位大侠!