sys.argv[] is used to get python command line arguments. sys.argv[0] 's value is the file path of the python source code file that is running.
確定! 回上一頁