All97 [Ajax] JSP에서 Key-Value 형태로 값 받기(JSONObject) Controller JSONObject를 만들고 key와 value값을 넣는다 @RequestMapping("/example/jsonobject.do") public String selectRequiredUserInfo(@ModelAttribute ExampleVO exampleVO, ModelMap model, HttpServletRequest req) throws Exception { JSONObject jsonObj = new JSONObject(); jsonObj.put("color", "white"); jsonObj.put("size", "mini"); jsonObj.put("name", "iphone"); model.put("jsonResult", jsonObj.toString()); retu.. 2023. 2. 14. [myBatis] log4jdbc 콘솔 쿼리 개행처리 보호되어 있는 글 입니다. 2022. 12. 19. [C#] 도서관리 프로그램 만들기 보호되어 있는 글 입니다. 2022. 11. 29. [C#] Linq 보호되어 있는 글 입니다. 2022. 11. 25. 이전 1 ··· 9 10 11 12 13 14 15 ··· 25 다음