⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 category.jsp

📁 jsp实现网络教育系统
💻 JSP
字号:
<%@ taglib prefix="mt" uri="/WEB-INF/software.xml" %><%@ page contentType="text/html; charset=GB2312" %><jsp:useBean id="info" scope="page" class="org.jetic.web.soft.Infomation" /><jsp:setProperty name="info" property="*" /><%if (info.getGroupID() > 0) {%><mt:CategoryList groupID="<%= info.getGroupID() %>">  <a href="index.jsp?groupID=<%= info.getGroupID() %>&categoryID=<%= categoryID %>"><%= categoryName %></a></mt:CategoryList><%}else {%><mt:GroupList>  ☆ <a href="index.jsp?groupID=<%= groupID %>"><%= groupName %></a>-&gt;  <mt:CategoryList groupID="<%= groupID.intValue() %>">    <a href="index.jsp?groupID=<%= groupID %>&categoryID=<%= categoryID %>"><%= categoryName %></a>  </mt:CategoryList>  <br></mt:GroupList><%}%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -