ex6_61.txt
来自「j2ee core design patterns」· 文本 代码 · 共 15 行
TXT
15 行
Example 6.61 Composite View with Translation-Time Content inclusion
<table border=1 valign="top" cellpadding="2%" width="100%">
<tr>
<td><%@ include file="news/worldnews.html" %> </td>
</tr>
<tr>
<td><%@ include file="news/countrynews.html" %> </td>
</tr>
<tr>
<td><%@ include file="news/customnews.html" %> </td>
</tr>
<tr>
<td><%@ include file="news/astronomy.html" %> </td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?