https://zhuanlan.zhihu.com/p/264331630python argparser.Argumentparser()模块首先建立一个parser对象,然后确定该对象从命令行读取哪些参数执行:从命令行读取参数,赋值给实例化的parser对象调用该对象。