问个问题
django的URL匹配
/category/c1/c2/c3/..../c6/
/category/ 后面不确定数量,这种情况URL应该怎么写
django中url使用正则表达式匹配,所以我猜可以/category/(\s/)*这样~