The sys module allows working with script arguments via argv. Example of access_template_argv.py: from sys import argv interface = argv[1] ...
確定! 回上一頁