Web.py · 大气的针织衫 · · 1 年前 2015年11月18日 ... You have to parse the json: #!/usr/bin/env python import web import json urls = ( '/hello/', 'index' ) class index: def POST(self): # How to;... |
Web.py · 大气的针织衫 · · 1 年前 2013年1月21日 ... From API docmentation of web.py: module web.httpserver function runsimple(func,server_address=('0.0.0.0', 8080)). |