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   ·   5472 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 01:23 · PVG 09:23 · LAX 18:23 · JFK 21:23
♥ Do have faith in what you're doing.