The sys.argv is a list object which is available in the Python's sys module. It stores all the command-line arguments passed to a script as string objects.
確定! 回上一頁