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