python 标准库-argparse 学习
链接:https://docs.python.org/3/library/argparse.html#module-argparse第一步:创建解析器parser = ArgumentParser(prog=None, usage=None, description=None, epilog=None, parents=[], formatter_class=argparse.HelpFormatt