我想在Python Shell中运行一个命令来执行带参数的文件.
例如:execfile("abc.py")但是如何添加2个参数?
execfile("abc.py")
python shell
python ×1
shell ×1