摘要:
动态post,避免直接给页面传输大量数据/** * ajax通过商品刷新供应商 * by_kangyx * @throws IOException */ @RequestMapping(params = "actionMethod=refreshGoodRefSuppliers",method = RequestMethod.POST) public void refreshGoodRefSuppliers(final Model model, final HttpServletRequest request, final HttpServletResponse respo 阅读全文