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