使用parse_args() 解析添加的参数. # -*- coding: utf-8 -*- import argparse parser = argparse.ArgumentParser() parser.add_argument('integer', type= ...
確定! 回上一頁