?? createhtml.jsp
字號(hào):
<%@ include file = "../../config.jsp" %>
<%@ page import="java.util.*"%>
<%@ page contentType="text/html;charset=GBK"%>
<jsp:useBean id="ManagerProduct" scope="page" class="myshop.product_sys.ManagerProduct"/>
<jsp:useBean id="ManagerCatalog" scope="page" class="myshop.catalog_sys.ManagerCatalog"/>
<jsp:useBean id="ManagerMember" scope="page" class="myshop.member_sys.ManagerMember"/>
<jsp:useBean id="ManagerNews" scope="page" class="myshop.news_sys.ManagerNews"/>
<jsp:useBean id="ManagerHandle" scope="page" class="myshop.Handle"/>
<jsp:useBean id="HtmlNews" scope="page" class="myshop.news_sys.HtmlNews"/>
<%
//HtmlNews.CreateOne(request,"../../index.html","http://leobasic:8080/new_web/myshop/index.jsp");
//out.print("<font color=red size=2>生成網(wǎng)站首頁(yè) ............................................ OK!</font><br>");
//HtmlNews.CreateOne(request,"ListDetailType.html","http://www.503room.com/myshop/admin/news_sys/ListDetailType.jsp");
//out.print("<font color=red size=2>生成新聞列表 ............................................ OK!</font><br>");
HtmlNews.CreateAll(request,tb_news_info);
out.print("<font color=red size=2>生成各新聞頁(yè) ............................................ OK!</font><br>");
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -