5253545556575859
@Autowired private AjaxUtil ajaxUtil; @ModelAttribute("cmtFormBean") public CommentFormBean creatFormBean() { CommentFormBean bean = new CommentFormBean(); return bean; }