?? ex6_60.txt
字號:
Example 6.60 Standard Tag View Management Strategy
<html>
<body>
<jsp:include
page="/jsp/CompositeView/javabean/banner.seg" flush="true"/>
<table width="100%">
<tr align="left" valign="middle">
<td width="20%">
<jsp:include page="/jsp/CompositeView/javabean/ProfilePane.jsp"
flush="true"/>
</td>
<td width="70%" align="center">
<jsp:include page="/jsp/CompositeView/javabean/mainpanel.jsp"
lush="true"/>
</td>
</tr>
</table>
<jsp:include page="/jsp/CompositeView/javabean/footer.seg"
flush="true"/>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -