日期:2014-05-17 浏览次数:20925 次
@RequestMapping(value="/africa-{category}-{country}-{index}.html")
public String afInfoList(HttpServletRequest request,
@PathVariable("category") String category,
@PathVariable("country") String country,
@PathVariable("index") int index) throws Exception