wxq552's recent timeline updates
wxq552

wxq552

V2EX member #67883, joined on 2014-07-14 07:10:47 +08:00
wxq552's recent replies
这是我的HelloWorld代码
#encoding: utf-8
import web
urls = ("/.*", "hello")
app = web.application(urls, globals())
class hello:
def GET(self):
return 'Hello, world!'
if __name__ == "__main__":
app.run()
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1084 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 17:52 · PVG 01:52 · LAX 10:52 · JFK 13:52
♥ Do have faith in what you're doing.