<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin.jspf"%><% String sItemNo = CurPage.getParameter("ItemNo"); String sHref = CurPage.getParameter("Href"); String sExist = CurPage.getParameter("Exist"); String sSuccessFlag = CurPage.getParameter("SuccessFlag"); String sColor = "black"; if("false".equals(sExist)){ sColor = "red"; } %>
编号 路径 是否存在
<%=sItemNo%> <%=sHref%> <%=sExist%>
<%@ include file="/Frame/resources/include/include_end.jspf"%>