<%@ page contentType="text/html;charset=GB2312"%>
<%@ page import="com.cware.common.CommonUtil" %>
<%
String sub1 = CommonUtil.NVL(request.getParameter("sub1"),"");
String third1 = CommonUtil.NVL(request.getParameter("third1"),"");
String sub2 = CommonUtil.NVL(request.getParameter("sub2"),"");
String third2 = CommonUtil.NVL(request.getParameter("third2"),"");
%>
|
|