Spring MVC 示例-註解; RESTful 風格 - GeneralYY0的專欄 - 博客頻道 - CSDN.NET
基於url模板參數變數獲取方式! http://localhost:8080/item/start.do?name=zhangsan--》(RESTful 風格:把請求參數變成請求路徑的一種風格。)http://localhost:8080/item/start/zhangsan.do method:RequestMapping(/start/{name}) //...