table.tag

来自「說明JSP平台、開發環境」· TAG 代码 · 共 16 行

TAG
16
字号
<%@ tag body-content="scriptless" %>
<%@ attribute name="border" %>
<%@ attribute name="color" %>
<%@ attribute name="title" %>
<%@ attribute name="bgcolor" %>
<table border="${border}" bgcolor="${color}">
  <tr>
    <td><b>${title}</b></td>
  </tr>
  <tr>
    <td bgcolor="${bgcolor}">
      <jsp:doBody />
    </td>
  </tr>
</table>

⌨️ 快捷键说明

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