코드 보여주기
마크업언어 활용하기 코드 넣기 (검정바탕)
’~~~javascript’
@RequestMapping(value="/content/getPersonNumber", method=RequestMethod.GET)
@ResponseBody //inputcode는 날짜와 cid
public int getPersonNumber(String inputcode, String cid) {
// String date = req.getParameter("inputcode");
// int cid = Integer.parseInt(req.getParameter("cid"));
int cid2 = Integer.parseInt(cid);
System.out.println("inputcode: "+ inputcode);
System.out.println("cid2: "+ cid2);