SpringMVC(三)-- springmvc的系統學習之數據的處理,亂碼及restful

資源:尚學堂 鄒波 springmvc框架視頻 一、提交數據的處理 1、提交的域名稱和處理方法的參數一致 (1)提交的數據:http://localhost:8080/data/hello.do?name=zhangsan       此處的name即爲域名稱。 (2)後臺方法 @RequestMapping("/hello") public String hello(String name) {
相關文章
相關標籤/搜索