无私鱼

文章
5
资源
1
加入时间
2年10月21天

parser/action=‘store_true‘/default触发看ation,action后面代表触发后的值不触发看default即可

触发看ation,action后面代表触发后的值不触发看default即可parser.add_argument('-c', action='store_true')#python test.py -c => c是true(触发)#python test.py => c是false(无触发)store_true 是指带触发action时为真,不触发则为假,代码去掉default初始化,其功能也不会变化parser.add_argu