?? newsdetail.jsp
字號:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic"%>
<html>
<head>
<title>My JSP 'newsDetail.jsp' starting page</title>
</head>
<body>
<html:form action="newsDetail">
<html:hidden property="id" />
<table border="0" width="601">
<tbody>
<tr align="left">
<td>
<b><html:text property="title" readonly="true" /></b>
</td>
</tr>
<tr align="right">
<td>
<html:text property="date" readonly="true" />
</td>
</tr>
<tr align="center">
<td>
<html:textarea property="info" readonly="true" />
</td>
</tr>
</tbody>
</table>
<br>
<html:button property="back" onclick="history.back();">Back</html:button>
</html:form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -