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

📄 portal.jsp

📁 beginJsp2.0外文书籍源代码
💻 JSP
字号:
<%@page contentType="text/html"%><%@taglib prefix="template"          uri="http://jakarta.apache.org/struts/tags-template-1.0"%><table width="100%">  <tr>    <td width="50%" valign="top">      <table width="100%">        <tr><th class="portlet"><template:get name="title[1]"/></th></tr>        <tr><td class="portlet"><template:get name="portlet[1]"/></td></tr>        <tr><td>&nbsp;</td></tr>        <tr><th class="portlet"><template:get name="title[2]"/></th></tr>        <tr><td class="portlet"><template:get name="portlet[2]"/></td></tr>      </table>    </td>    <td width="50%" valign="top">      <table width="100%">        <tr><th class="portlet"><template:get name="title[3]"/></th></tr>        <tr><td class="portlet"><template:get name="portlet[3]"/></td></tr>        <tr><td>&nbsp;</td></tr>        <tr><th class="portlet"><template:get name="title[4]"/></th></tr>        <tr><td class="portlet"><template:get name="portlet[4]"/></td></tr>      </table>    </td>  </tr></table>

⌨️ 快捷键说明

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