需要 import sys
python test.py hello world
sys.argv[0] 为test.py
sys.argv[1] 为hello
sys.argv[2] 为world
os.sep是根据当前操作系统变换斜线的操作
('c:'+os.sep+'ant')