Python中處理命令行參數

Python中處理命令行參數 用 getopt.getopt()來分析命令行參數。 getopt是用來分析命令行參數的模塊。 模塊中的函數: getopt(args, options[, long_options]) args通常爲sys.argv[1:]。 options爲選項字母(以"-"開始)組成的字符串,若是某個選項字母帶有參數,那麼這個字母有要加":"號。 long_options爲可選
相關文章
相關標籤/搜索