pagetitle.jsp
来自「Jive 是一个系统工程」· JSP 代码 · 共 29 行
JSP
29 行
<%--/** * pageTitle.jsp */--%><%-- header --%><% if( pageTitleInfo != null ) { %> <table class="pageHeaderBg" cellpadding="1" cellspacing="0" border="0" width="100%"> <td><table class="pageHeaderFg" cellpadding="3" cellspacing="0" border="0" width="100%"> <td> <span class="pageTitle"> <% for( int i=0; i<pageTitleInfo.length; i++ ){ %> <%= pageTitleInfo[i] %> <% if( (i+1)<pageTitleInfo.length ) { %> : <% } %> <% } %> </span> </td> </table></td> </table><% } %><%-- /header --%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?