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

📄 searchvote.jsp

📁 、好的源码 直接可以运行的哦 大家都来
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<html>
	<style type="text/css">
<!--
body {
	background-color: #869de3;
}
-->
a { font-size: 12pt; text-decoration: none}
</style>
	<body>
	<a href="../frame/main.jsp"><s:property value="%{getText('mainpage')}" />
	</a>>>><s:property value="%{getText('searchvote')}" />
		<center>
		<br><br><br><br>
		<font color="red">
			<s:actionerror />
			<s:fielderror/>
		</font>
			<s:form action="searchVoteValidate" theme="simple">
				<s:text name="inputsearchstuff"/>
				<s:textfield name="title" />
				<s:submit key="submit" />
			</s:form>
		</center>
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -