import sys # sys.argv is a list of strings. # argv[0] is the script name for arg in sys.argv[1:]: # if you are sure that the arguments are ...
確定! 回上一頁