-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 65b8745
Showing
196 changed files
with
6,854 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="src" path="test"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre7"> | ||
<attributes> | ||
<attribute name="owner.project.facets" value="java"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"> | ||
<attributes> | ||
<attribute name="owner.project.facets" value="jst.web"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> | ||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> | ||
<classpathentry kind="output" path="build/classes"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>Shop</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.wst.common.project.facet.core.builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.wst.validation.validationbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature> | ||
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> | ||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.wst.jsdt.core.jsNature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="WebContent"/> | ||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject"> | ||
<attributes> | ||
<attribute name="hide" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/> | ||
<classpathentry kind="output" path=""/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 | ||
org.eclipse.jdt.core.compiler.compliance=1.7 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | ||
<wb-module deploy-name="Shop"> | ||
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/> | ||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/> | ||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/test"/> | ||
<property name="context-root" value="Shop"/> | ||
<property name="java-output-path" value="/Shop/build/classes"/> | ||
</wb-module> | ||
</project-modules> |
10 changes: 10 additions & 0 deletions
10
Shop/.settings/org.eclipse.wst.common.project.facet.core.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<faceted-project> | ||
<runtime name="Apache Tomcat v7.0"/> | ||
<fixed facet="jst.web"/> | ||
<fixed facet="wst.jsdt.web"/> | ||
<fixed facet="java"/> | ||
<installed facet="java" version="1.7"/> | ||
<installed facet="jst.web" version="3.0"/> | ||
<installed facet="wst.jsdt.web" version="1.0"/> | ||
</faceted-project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.eclipse.wst.jsdt.launching.baseBrowserLibrary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Window |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Manifest-Version: 1.0 | ||
Class-Path: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" | ||
pageEncoding="ISO-8859-1"%> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | ||
<title>Insert title here</title> | ||
</head> | ||
<body> | ||
Hello Shop!!!! | ||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+603 KB
Shop/WebContent/WEB-INF/lib/com.springsource.com.mchange.v2.c3p0-0.9.1.2.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.51 KB
Shop/WebContent/WEB-INF/lib/com.springsource.org.aopalliance-1.0.0.jar
Binary file not shown.
Binary file added
BIN
+120 KB
Shop/WebContent/WEB-INF/lib/com.springsource.org.apache.commons.dbcp-1.2.2.osgi.jar
Binary file not shown.
Binary file added
BIN
+60 KB
Shop/WebContent/WEB-INF/lib/com.springsource.org.apache.commons.logging-1.1.1.jar
Binary file not shown.
Binary file added
BIN
+94.8 KB
Shop/WebContent/WEB-INF/lib/com.springsource.org.apache.commons.pool-1.5.3.jar
Binary file not shown.
Binary file added
BIN
+8.43 MB
Shop/WebContent/WEB-INF/lib/com.springsource.org.aspectj.tools-1.6.6.RELEASE.jar
Binary file not shown.
Binary file added
BIN
+1.57 MB
Shop/WebContent/WEB-INF/lib/com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+51.8 KB
Shop/WebContent/WEB-INF/lib/org.springframework.asm-3.0.5.RELEASE.jar
Binary file not shown.
Binary file added
BIN
+34.7 KB
Shop/WebContent/WEB-INF/lib/org.springframework.aspects-3.0.5.RELEASE.jar
Binary file not shown.
Binary file added
BIN
+542 KB
Shop/WebContent/WEB-INF/lib/org.springframework.beans-3.0.5.RELEASE.jar
Binary file not shown.
Binary file added
BIN
+653 KB
Shop/WebContent/WEB-INF/lib/org.springframework.context-3.0.5.RELEASE.jar
Binary file not shown.
Binary file added
BIN
+98.5 KB
Shop/WebContent/WEB-INF/lib/org.springframework.context.support-3.0.5.RELEASE.jar
Binary file not shown.
Binary file added
BIN
+373 KB
Shop/WebContent/WEB-INF/lib/org.springframework.core-3.0.5.RELEASE.jar
Binary file not shown.
Binary file added
BIN
+166 KB
Shop/WebContent/WEB-INF/lib/org.springframework.expression-3.0.5.RELEASE.jar
Binary file not shown.
Binary file added
BIN
+1.77 KB
Shop/WebContent/WEB-INF/lib/org.springframework.instrument-3.0.5.RELEASE.jar
Binary file not shown.
Binary file added
BIN
+5.59 KB
Shop/WebContent/WEB-INF/lib/org.springframework.instrument.tomcat-3.0.5.RELEASE.jar
Binary file not shown.
Binary file added
BIN
+377 KB
Shop/WebContent/WEB-INF/lib/org.springframework.jdbc-3.0.5.RELEASE.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+59.9 KB
Shop/WebContent/WEB-INF/lib/org.springframework.oxm-3.0.5.RELEASE.jar
Binary file not shown.
21 changes: 21 additions & 0 deletions
21
Shop/WebContent/WEB-INF/lib/org.springframework.spring-library-3.0.5.RELEASE.libd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Library-SymbolicName: org.springframework.spring | ||
Library-Version: 3.0.5.RELEASE | ||
Library-Name: Spring Framework | ||
Import-Bundle: | ||
org.springframework.aop;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.asm;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.aspects;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.beans;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.context;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.context.support;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.core;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.expression;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.jdbc;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.jms;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.orm;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.oxm;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.transaction;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.web;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.web.servlet;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
org.springframework.web.portlet;version="[3.0.5.RELEASE, 3.0.5.RELEASE]", | ||
com.springsource.org.aopalliance;version="[1.0.0, 1.0.0]" |
Binary file added
BIN
+200 KB
Shop/WebContent/WEB-INF/lib/org.springframework.test-3.0.5.RELEASE.jar
Binary file not shown.
Binary file added
BIN
+226 KB
Shop/WebContent/WEB-INF/lib/org.springframework.transaction-3.0.5.RELEASE.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+171 KB
Shop/WebContent/WEB-INF/lib/org.springframework.web.portlet-3.0.5.RELEASE.jar
Binary file not shown.
Binary file added
BIN
+409 KB
Shop/WebContent/WEB-INF/lib/org.springframework.web.servlet-3.0.5.RELEASE.jar
Binary file not shown.
Binary file added
BIN
+30.7 KB
Shop/WebContent/WEB-INF/lib/org.springframework.web.struts-3.0.5.RELEASE.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0"> | ||
<display-name>Shop</display-name> | ||
<welcome-file-list> | ||
<welcome-file>index.html</welcome-file> | ||
<welcome-file>index.htm</welcome-file> | ||
<welcome-file>index.jsp</welcome-file> | ||
<welcome-file>default.html</welcome-file> | ||
<welcome-file>default.htm</welcome-file> | ||
<welcome-file>default.jsp</welcome-file> | ||
</welcome-file-list> | ||
|
||
<filter> | ||
<filter-name>ManagerFilter</filter-name> | ||
<filter-class>com.cn.shop.filter.ManagerFilter</filter-class> | ||
</filter> | ||
<filter-mapping> | ||
<filter-name>ManagerFilter</filter-name> | ||
<url-pattern>/manager/*</url-pattern> | ||
</filter-mapping> | ||
|
||
<filter> | ||
<filter-name>openSessionInViewFilter</filter-name> | ||
<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class> | ||
</filter> | ||
<filter-mapping> | ||
<filter-name>openSessionInViewFilter</filter-name> | ||
<url-pattern>/*</url-pattern> | ||
</filter-mapping> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<listener> | ||
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> | ||
<!-- default: /WEB-INF/applicationContext.xml --> | ||
</listener> | ||
|
||
<context-param> | ||
<param-name>contextConfigLocation</param-name> | ||
<!-- <param-value>/WEB-INF/applicationContext-*.xml,classpath*:applicationContext-*.xml</param-value> --> | ||
<param-value>classpath:beans.xml</param-value> | ||
</context-param> | ||
|
||
<filter> | ||
<filter-name>struts2</filter-name> | ||
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class> | ||
</filter> | ||
|
||
<filter-mapping> | ||
<filter-name>struts2</filter-name> | ||
<url-pattern>/*</url-pattern> | ||
</filter-mapping> | ||
</web-app> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
<%@ page language="java" contentType="text/html; charset=UTF-8" | ||
pageEncoding="UTF-8"%> | ||
<% String context = request.getContextPath(); %> | ||
|
||
<%@taglib uri="/struts-tags" prefix="s" %> | ||
|
||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> | ||
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>我的购物车</title> | ||
<SCRIPT language=javascript> | ||
function clearCart(){ | ||
cartForm.action="cart_clear?method=clear"; | ||
cartForm.submit(); | ||
} | ||
function deleteCartItem(){ | ||
cartForm.action="cart_delete?method=deleteItem"; | ||
cartForm.submit(); | ||
} | ||
function modifyNumber(){ | ||
cartForm.action="cart_modify?method=modifyItemNumber"; | ||
cartForm.submit(); | ||
} | ||
</SCRIPT> | ||
</head> | ||
<body> | ||
<H1 align=center> | ||
购物车 | ||
</H1> | ||
<FORM name=cartForm action="<%=context %>/from/listaction!list" method=post> | ||
<input type="hidden" name="method" value="index" /> | ||
<TABLE cellSpacing=0 cellPadding=0 width="75%" align=center border=1> | ||
<TBODY> | ||
<TR align=middle> | ||
<TD width="7%"> | ||
选择 | ||
</TD> | ||
<TD width="21%" height=30> | ||
商品名称 | ||
</TD> | ||
<TD width="14%" height=30> | ||
单价 | ||
</TD> | ||
<TD width="25%" height=30> | ||
数量 | ||
</TD> | ||
<TD width="33%" height=30> | ||
合计 | ||
</TD> | ||
</TR> | ||
<c:forEach var="item" items="${sessionScope.cart.items}"> | ||
<TR align=middle> | ||
<TD height=30> | ||
<INPUT type=checkbox value=${item.key } name=itemCheck> | ||
</TD> | ||
<TD height=30> | ||
${item.value.product.name} | ||
</TD> | ||
<TD height=30> | ||
${item.value.product.price} | ||
</TD> | ||
<TD height=30> | ||
<INPUT maxLength=10 size=10 value=${item.value.number | ||
} name="number${item.key}"> | ||
</TD> | ||
<TD height=30> | ||
${item.value.cost} | ||
</TD> | ||
</TR> | ||
</c:forEach> | ||
<TR> | ||
<TD colSpan=5 height=30> | ||
您的购物车中所有商品总金额:${sessionScope.cart.price } | ||
</TD> | ||
</TR> | ||
</TBODY> | ||
</TABLE> | ||
<BR> | ||
<BR> | ||
<TABLE cellSpacing=0 cellPadding=0 width=450 align=center border=0> | ||
<TBODY> | ||
<TR align=middle> | ||
<TD width="22%"> | ||
<INPUT onclick=modifyNumber() type=button value=修改所选项的数量 | ||
name=Button> | ||
</TD> | ||
<TD width="20%"> | ||
<INPUT onclick=deleteCartItem() type=button value=删除所选项 | ||
name=Submit2> | ||
</TD> | ||
<TD width="26%"> | ||
<INPUT onclick="clearCart();" type=button value=清空购物车 | ||
name=Submit3> | ||
</TD> | ||
<TD width="12%"> | ||
<INPUT | ||
onclick="javascript:location.href='order_index?method=index'" | ||
type=button value=结账 name=Submit42> | ||
</TD> | ||
<TD width="20%"> | ||
<INPUT | ||
onclick="javascript:location.href='listaction?method=list'" | ||
type=button value=继续购物 name=Submit42> | ||
</TD> | ||
</TR> | ||
</TBODY> | ||
</TABLE> | ||
<P align=center> | ||
| ||
</P> | ||
</FORM> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" | ||
pageEncoding="ISO-8859-1"%> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | ||
<title>Insert title here</title> | ||
</head> | ||
<body> | ||
|
||
Fail!!!! | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<%@ page language="java" contentType="text/html; charset=UTF-8" | ||
pageEncoding="UTF-8"%> | ||
<% String context = request.getContextPath(); %> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>搜索商品</title> | ||
</head> | ||
<body> | ||
|
||
<form action="<%=context %>/from/find" method="post"> | ||
|
||
搜索框:<input type="text" name="keyword"><br> | ||
|
||
<input type="submit" value="提交"> | ||
|
||
<input type="reset" value="重置"> | ||
|
||
|
||
|
||
</form> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.