SpringMVC中的參數自動匹配

SpringMVC中的Controller獲取url後的參數有很簡單方法:java url : index.jsp?username=zhang&password=123app @RequestMapping(value = "test") public String test(String username, String password) { System.out.printl
相關文章
相關標籤/搜索