Making your python scripts into command-line programs makes them much easier ... /usr/bin/env python import argparse def run(args): filename ...
確定! 回上一頁