赞
踩
import sys path = sys.argv[1] pathexcel = sys.argv[2] print(path,type(path)) print(pathexcel,type(pathexcel))