首頁 > 問答 > 主體
输入10但是获得的是一个数组[10],这个是什么问题呢?
黄舟2017-04-17 17:11:30
因為用了 nargs。 nargs。
nargs
Note that nargs=1 Note that nargs=1 produces a list of one item. This is different from the default, in which the item is produced by itself. argparse 文件關於 nargs 的說明🎜回覆0
Note that nargs=1
nargs=1
Note that nargs=1 produces a list of one item. This is different from the default, in which the item is produced by itself.