我正在阅读"艰难地学习python"。有一些线说
from sys import argv
script, filename = argv
通过输入,我可以在记事本++和PowerShell中使用这些行
python myfile.py myfile.txt
。但我不知道如何让Eclipse运行这些行。在Eclipse中,我无法输入" myfile.txt",它只会遍历所有行。
我使用python 2作为PowerShell,使用python 3作为eclipse