愉快花卷

文章
5
资源
1
加入时间
3年0月21天

1 Python命令行参数(脚本神器)

1 #!/usr/bin/env python3.7 2 # -*- coding:utf-8 -*- 3 # Author: Lancer 2019-09-02 10:07:21 4 5 import sys,getopt 6 7 def usage(): 8 print("usage call") 9 10 def ma...