為什么登陸沒反應(yīng)
<%@ 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>
2017-05-02
表單的提交方式為get或post,沒有put。你寫錯(cuò)了吧?
2017-05-02
from ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
(表示時(shí)間) ? ? ? ? ? ? ? ? ? ? ? ?從…; ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?(表示原因) ? ? ? ? ? ? ? ? ? ? ? ?因?yàn)? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?(表示來源) ? ? ? ? ? ? ? ? ? ? ? ?來自…; ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?(表示分離) ? ? ? ? ? ? ? ? ? ? ? ?與…分離[隔開]; ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
form
n. ? 表格; 方式; ? ? 形狀,形式;? 外形; ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
vt.形成;? 構(gòu)成; ?? 組織; 塑造; ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
vi. ?? 形成,產(chǎn)生;? 排隊(duì),整隊(duì); ??
2017-02-26
form