标签: python command-line-arguments
如何从命令行将输入文件传递给Python脚本,如下所示:
python mycode.py inputFile inputParameter
答案 0 :(得分:0)
如果您尝试在python中阅读它:
f = open('workfile', 'r')