[PYTHON] web2py Hinweis: Hallo Welt

Installieren Sie zuerst

http://www.web2py.com/init/default/download

Nachdem

python web2py.py -a 'password' -i 127.0.0.1 -p 8000

Anwendungserstellung

python web2py.py -S appName

appName / views / default / index.html usw. werden erstellt

Hallo Welt: appName / controller / default.py

def index():
   return "Hello,World!"

Wenn Sie den Server starten und überprüfen, ist dies mit Sicherheit erledigt (URI ist ... / index)

Einbetten und Anzeigen in einer Vorlage

def index():
   return dict(message="Hello!")

Betten Sie das Skript in die Vorlage ## ein

<body>
   {{for i in range(3):}}
      {{=message}}<br/>       <!-- {{=Wert}}でWertをHTMLに出力 -->
   {{pass}}                   <!--Das von der Controller-Funktion übergebene Dictionary-Element kann als Variable verwendet werden-->
</body>

Recommended Posts

web2py Hinweis: Hallo Welt
Hallo Welt
Hallo Welt mit Flasche [Passendes Memo]
Pymacs helloworld
Cython Helloworld
Hallo Welt mit ctypes
RabbitMQ Tutorial 1 ("Hallo Welt!")
Hallo, Welt mit Docker
Hallo Welt mit Django
Djangos erste Hallo Welt
Hallo Welt auf Flasche
Zeichne Hallo Welt mit mod_wsgi
Hallo Welt mit Flask + Hamlish
Bis hallo Welt mit Zappa
Hallo Welt in GO-Sprache
Hallo Welt (Anfänger) mit Django
Python beginnend mit Hallo Welt!
Lass uns "Hello World" in 40 Sprachen machen! !!
Hallo Welt! Mit virtueller CAN-Kommunikation
Einführung in TensorFlow - Hallo World Edition
Hallo Welt! (Minimum Viable Block Chain)
[Hinweis] Hallo Weltausgabe mit Python
cout << "Hallo Welt! \ N" in Python
Code: 2 "Hello World" im "Choregraphe-Python-Skript"
Hallo Welt! Von QPython mit Braincrash
Python #Hello World für Super-Anfänger
Einführung in Ansible Teil 1'Hallo Welt !! '
[Python] Webanwendung von 0! Hands-on (2) -Hallo Welt-
Hallo Welt- und Gesichtserkennung mit opencv-python 4.2
Hallo Welt mit Raspberry Pi + Minecraft Pi Edition
Wie man Hello, World mit #Nix baut
Hallo Welt nicht localhost in Django
(Für mich) Django_1 (Basic / Hello World / Template)
Flask Tutorial (von der Installation bis zur Hallo Welt)
So zeigen Sie Hello World in Python an
Hallo Welt! Von QPython mit Brainfu * k