python import web urls = ( '/hello', 'hello' ) class hello: def GET(self): return "Hello, world!" app = web.application(urls, globals()) if __name__ == "__main__": app.run()


上一篇:
下一篇:
切换中文