Empfangen Sie Laufzeitargumente in Python 2.7

Empfangen Sie Laufzeitargumente in Python 2.7

Ich habe es verwendet, als ich den Prozess mit dem Argument geändert habe, das beim Ausführen des Skripts übergeben wurde

Betriebsumgebung

OS: Windows7 Sprache: Python 2.7.10

Weise

Führen Sie import sys aus und erhalten Sie die Argumente, die im Array von sys.argv gespeichert sind

Beispielcode

test.py


#!/usr/bin/python
# -*- coding: utf-8 -*-

import sys

if __name__ == "__main__":
    count = 0
    for roop in sys.argv:
        print str(count) + 'Zweites Argument: ' + str(roop)
        count += 1

Ausführungsbeispiel

python test.py aiu e o 1 23

Ausführungsergebnis

0. Argument: test.py
1. Argument: aiu
Zweites Argument: e
Drittes Argument: o
4. Argument: 1
5. Argument: 23

Qiita用_引数.png

Recommended Posts

Empfangen Sie Laufzeitargumente in Python 2.7
So empfangen Sie Befehlszeilenargumente in Python
Inklusive Notation im Argument der Python-Funktion
Quadtree in Python --2
Python in der Optimierung
CURL in Python
Geokodierung in Python
SendKeys in Python
Metaanalyse in Python
Unittest in Python
Epoche in Python
Zwietracht in Python
Deutsch in Python
DCI in Python
Quicksort in Python
nCr in Python
N-Gramm in Python
Programmieren mit Python
Plink in Python
Konstante in Python
FizzBuzz in Python
SQLite in Python
Schritt AIC in Python
Zerlegen Sie Befehlsargumente in einer Zeile in Python
LINE-Bot [0] in Python
CSV in Python
Reverse Assembler mit Python
Reflexion in Python
Konstante in Python
nCr in Python.
Format in Python
Scons in Python 3
Puyopuyo in Python
Python in Virtualenv
PPAP in Python
Python> Datum / Uhrzeit> Laufzeitargumente> Starten Sie die Verarbeitung sofort
Quad-Tree in Python
Reflexion in Python
Chemie mit Python
Hashbar in Python
DirectLiNGAM in Python
LiNGAM in Python
In Python reduzieren
In Python flach drücken
Registrieren Sie Funktionsargumente automatisch in argparse in Python
Erhalten Sie einen Websocket der kabu station ® API in Python
Empfangen und Anzeigen von HTML-Formulardaten in Python
Python> Mit Laufzeitargumenten ausführen> Import argparse verwenden
POST JSON mit Python und empfange mit PHP
Sortierte Liste in Python
Täglicher AtCoder # 36 mit Python
Clustertext in Python
AtCoder # 2 jeden Tag mit Python
Täglicher AtCoder # 32 in Python
Täglicher AtCoder # 6 in Python
Täglicher AtCoder # 18 in Python
Bearbeiten Sie Schriftarten in Python
Singleton-Muster in Python
Lesen Sie DXF mit Python