


1 Js 2012-12-05 18:08:39 +08:00 |
2 tokki 2012-12-05 18:12:01 +08:00 ls好黑 |
3 paloalto OP |
5 paloalto OP 需要在app.controllers.post.post_show中写上 raise web.notfound() : def GET(self,node_id): ----if node: --------return view.node_show() ----else: --------raise web.notfound() |