日期:2014-05-16 浏览次数:20294 次
Action.java 中有这样的方法。 public String print()throws Exception { List<AdAccountBook> list=(List<AdAccountBook>) adAccountBookManager.getList(searchKey, approveStatus); // System.out.println(list.get(0)); success=true; return SUCCESS; }