我已經寫了下面的代碼: @Controller
@RequestMapping("/page{number}")
public class IndexController
{
@RequestMapping(method = RequestMethod.GET)
public String printIndex(ModelMap model, @PathVariable
我一直在試圖找出如何來定義一個Django URLconf中嵌套URL命名空間(這look:like:this)。 在此之前,我想通了如何做一個基本的URL命名空間,並與this simple example snippet上來,包含你可以考慮加入一個urls.py文件: from django.conf.urls import patterns, include, url
# you can