執行以下命令: python test_sysargv.py abc 123 cde 456. 會得到: test_sysargv.py abc 123 cde 456. 此時產出的argv是list變量,內容是 argv = ['test_sysargv.py' ...
確定! 回上一頁