Hlchen
2017-02-26 17:14
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<!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>Insert title here</title>
</head>
<body>
<h1>用户登录</h1>
<hr>
<from action="dologin.jsp" name="loginfrom" method="put">
<table>
<tr>
<td>用户名</td>
<td><input type="text" name = "usename"></td>
</tr>
<tr>
<td>密码</td>
<td><input type ="password" name ="password"></td>
</tr>
<tr>
<td colspan="2"><input type ="submit" value = "登录"></td>
</tr>
</table>
</from>
</body>
</html>
表单的提交方式为get或post,没有put。你写错了吧?
from
(表示时间) 从…;
(表示原因)
因为;
(表示来源)
来自…;
(表示分离)
与…分离[隔开];
form
n. 表格; 方式; 形状,形式; 外形;
vt.形成; 构成; 组织; 塑造;
vi. 形成,产生;
排队,整队;
form
JAVA遇见HTML——JSP篇
248278 学习 · 3071 问题
相似问题