📄 includebanner.jsp
字号:
<br>
<c:if test="${!empty accountForm.account.username}">
<c:if test="${accountForm.account.bannerOption}">
<table align="center" background="../images/bkg-topbar.gif" cellpadding="5" width="100%">
<tr><td>
<center>
<c:out value="${accountForm.account.bannerName}" escapeXml="false"/>
</center>
</td></tr>
</table>
</c:if>
</c:if>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -