📄 ex6_61.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -