摘要: 例一:import weburls= ('/(.*)','index') app= web.application(urls,globals())class index: def GET(self, name): if not name: name =... 阅读全文
posted @ 2015-05-04 11:08 kin2321 阅读(247) 评论(0) 推荐(0)