⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 example-search.jsp

📁 struts spring ibatis
💻 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/load.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 + -