摘要: 比较简单,就直接上代码了:import weburls = ( '/', 'hello')app = web.application(urls, globals())class hello: def GET(self): print web.input() ... 阅读全文
posted @ 2014-11-04 14:38 KevinHwang 阅读(2515) 评论(0) 推荐(0)