📅  最后修改于: 2022-03-11 14:54:55.185000             🧑  作者: Mango
-- Display the command line parameters
print(arg[0]) -- Name of the script
print(arg[1]) -- First parameter
print(arg[2]) -- Second parameter