62,621
社区成员
发帖
与我相关
我的任务
分享
List < String > testList = new ArrayList < String >();//
testList.add("belong_section_cd1");
testList.add("belong_section_cd2");
testList.add("belong_section_cd3");
testList.add("belong_section_cd4");
testList.add("belong_section_cd5");
session.setAttribute("tempID", testList) ;//
List < String > belong_section_cd =(ArrayList < String > ) session.getAttribute(tempID);
//此处有警告:Unchecked cast from Object to ArrayList<String>