python学习----命令行参数

需要  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')

 

posted @ 2014-11-15 20:25  firerdong  阅读(84)  评论(0编辑  收藏  举报