We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67fc77 commit 46349b7Copy full SHA for 46349b7
ex50/gothonweb/bin/app.py
@@ -11,7 +11,7 @@
11
12
class Index(object):
13
def GET(self):
14
- greeting = "Hello World1"
+ greeting = "Hello World"
15
#return render.index(greeting = greeting # 把greeting变量传递给index网页模板中的greeting
16
return render.foo(greeting = greeting) #templates文件夹下创建了一个新的foo.html的模板
17
if __name__ == "__main__":
0 commit comments