python获取输入参数
学习了:https://www.cnblogs.com/angelatian/p/5832448.html
import sys模块: len(sys.argv)参数个数 sys.argv[0]程序名 sys.argv[1]第一个参数 sys.argv[1:]是所有参数