Jsp 中添加 Java脚本的使用方法
<%if(session.getAttribute("select").equals("true")==true){
String transelect=new String("false");
session.setAttribute("select", transelect);
}else{
String transelect=new String("true");
session.setAttribute("select", transelect);
}
%>
浙公网安备 33010602011771号