Config.jsp
上传用户:sdtxjx
上传日期:2022-07-09
资源大小:2937k
文件大小:1k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page contentType="text/html; charset=GBK" language="java"%>
  2. <%@ page import="dreamtime.dreamnews.*"%>
  3. <%!
  4. ListClass LC = new ListClass();
  5. Function Fun = new Function();
  6. ShowNews sNews = new ShowNews();
  7. /************* 读取配置信息 ***********************/
  8. public String CopyRight = Fun.OutCopyRight();
  9. public String DreamNewsTitle = Fun.DreamNewsTitle;
  10. public String ID = null;
  11. public int iPageType = 0;
  12. %>
  13. <meta http-equiv="Content-Language" content="zh-cn">
  14. <meta http-equiv="Content-Type" content="text/html; charset=GBK">