panel.tag.txt

来自「《Java网络程序设计.rar》包括三个网络程序的源代码。」· 文本 代码 · 共 18 行

TXT
18
字号
<%--    - Copyright (c) 1999 The Apache Software Foundation.  All rights    - reserved.--%><%@ attribute name="color" %><%@ attribute name="bgcolor" %><%@ attribute name="title" %><table border="1" 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 + -
显示快捷键?