|  |      1binux      2012-11-28 23:04:33 +08:00 路由不要带query部分 | 
|  |      2eric_q      2012-11-28 23:08:26 +08:00 你这个是 get 请求,不需要 ?p 这些的 | 
|  |      4kenneth OP @livid@binux@eric_q问题是分页总要传个p参数吧。我看v2ex也是这样分页的。只是不知道storm里如何确定start和偏移量。 | 
|  |      5SErHo      2012-11-28 23:11:30 +08:00 | 
|  |      7Brutal      2012-11-28 23:13:46 +08:00 Tornado 里的方法 self.get_argument('p') http://www.tornadoweb.org/documentation/web.html?highlight=get_argument#tornado.web.RequestHandler.get_argument | 
|  |      8kenneth OP 问题解决,谢谢大家。 |