<%@ page contentType="text/html; charset=GBK" language="java" import="java.util.*,hr.bdisp.*,java.text.*,hr.safety.*" errorPage="" %> <% request.setCharacterEncoding("GBK"); String infoid=request.getParameter("id"); String jws=request.getParameter("jws"); if (infoid==null) infoid=""; Deploy dy=new Deploy("issue.properties");//../web/pics/spzx/<%= finfo.getdtid() String jwsj=""; if (jws.equals("zhyw")||jws.length()>8) {jwsj="htm/";}else {jwsj="pics/"+jws+"/";} String htmlpath=dy.getValueByKey("rootpath")+jwsj+"/"+infoid+".html"; DownLoad dl=new DownLoad(); dl.setFileName(htmlpath); String content=new String(dl.getFileData()); //out.println(content); %> <%@ include file="/ihead.jsp"%>
 
<%@ include file="/inewleft.jsp"%>
 
  当前位置:网站首页 >> 文章内容
 
<%= content %>
<%@ include file="/ifoot.jsp"%>