?? example-search1.jsp
字號:
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<s:head />
<title>example</title>
</head>
<body>
<s:form action="/example/loadvelo.action" validate="true">
<table align="left">
<tr>
<td align="left" >
<s:textfield label="find example by exampleId " name="exampleId" labelposition="top" />
</td>
</tr>
<tr>
<td align="left">
<s:submit type="image" theme="simple" label="search" src="/struts/images/search.gif" />
</td>
</tr>
</table>
</s:form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -