JSON Ajax异步请务实现select联动

JSON Ajax异步请求实现select联动??public void findProdNameByDivision()throws Exception{prodList sy

JSON Ajax异步请求实现select联动

?

?

public void findProdNameByDivision()throws Exception{prodList = sysConfigureService.findProdNameByDivision(buCode);JSONArray jsonList = JSONArray.fromObject(prodList); PrintWriter out = null;        HttpServletResponse response = getResponse();        response.setContentType("text/plain");           response.setCharacterEncoding("utf-8");           out = response.getWriter();        out.print(jsonList);}

?

?